sin
|
Math functions |
SYNTAX | sin( NUMBER ) sin( ARRAY ) |
RETURNS | NUMBER, ARRAY |
FUNCTION | Returns the sine of NUMBER or ARRAY. This function assumes that the ARRAY values are in radians. |
EXAMPLE | You can plot a sine wave using the formula "sin(cum(0.05))." Increasing the value in this formula (i.e., "0.05") will increase the frequency of the sine wave. |
SEE ALSO | The atan() function ; the cos() function. |
The sin function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.