COS Function
Returns the cosine.
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, COS returns a missing value.
Example
The following SAS statements
produce these results.
Copyright © SAS Institute Inc. All rights reserved.