«

PHP:asin()的用法

时间:2024-3-1 21:58     作者:韩俊     分类: PHP


asin

(PHP 4, PHP 5)

asin — 反正弦

说明

float <strong>asin</strong>
 ( float <code>$arg</code>
)
<p>
 返回 <code>arg</code> 的反正弦值,单位是弧度。<strong>asin()</strong>
 是 sin() 的反函数,它的意思是在
 <strong>asin()</strong> 范围里的每个值都是
 a==sin(asin(a)) 。
</p>

参数

arg

待处理的参数

返回值

arg 的反正弦弧度。

参见

sin() - 正弦 asinh() - 反双曲正弦 acos() - 反余弦 atan() - 反正切

标签: php php教程

热门推荐