tan
This function computes the tangent from radian input.
Synopsis
function tan(
value:numeric
)
Arguments
- value
- An array of one or more values of any dimension in radians.
Description
The tan returns a floating-point array with the same
dimensions as the input parameter value. The tangent is
computed for each element of value. Missing values are ignored.
If the input is of type double then the output is
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 $