Sin
The Sin function returns the sine of a specified number (angle).
Syntax :
Sin(number)
Parameters | Description |
---|---|
number | Required. A valid numeric expression that expresses an angle in radians. |
Example :
dSin = (Sin(47) & "<br />")
dSin = (Sin(-47))
DEBUG(dSin)
Result :
dSin
= 0.123573122745224
= -0.123573122745224