3.5.1.2.27 Sin
Contents
Description
The sin(x) function returns value of sine for each value of the given x. This and other trigonometric functions can take values in radians, degrees, and gradian. The units are determined by (which can also be set in ).
Syntax
double sin( double x)
Parameter
x:
- can be any real number.
Return
Returns value of sine of x.
Example
aa = sin(10); aa = ; //should return -0.54402111088937
See Also
, , , ,