SIN Function
Returns the sine.
Syntax
Required Argument
argument
specifies a numeric
constant, variable, or expression and is expressed in radians. If
the magnitude of argument is
so great that mod(argument,pi)
is accurate
to less than about three decimal places, SIN returns a missing value.
Example
The following SAS statements
produce these results.
Copyright © SAS Institute Inc. All rights reserved.