sin
This function is computes the sine from radian input.
Synopsis
function sin(
value:numeric
)
Arguments
- value
- An array of one or more values of any dimension, in radians.
Description
The sin returns a floating-point array with the same
dimensions as the input parameter value. The sine is
computed for each element of value. Missing values are ignored.
If the input value is of type double then output
is also of type double.
Reference Manual Control Panel
NG4.1 Home, Index, Examples, Glossary, Feedback, Ref Contents, Ref WhereAmI?
$Revision: 1.9 $ $Date: 1998/11/11 23:32:22 $