sin
(PHP 4, PHP 5)
sin — 正弦
float sin ( float $arg )
sin() 返回参数 arg 的正弦值。参数 arg 的单位为弧度。
arg
单位是弧度的值。
arg 的正弦值
Example #1 sin() 例子
//