[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
Sec()
Calculates a number secant
Syntax:
Sec( nNumber ) -> nSec
nNumber : The number to calculate the secant from
Description:
Calculates a number secant with a numeric method.
Warning!!
The number has to be in radians, not degrees.
Return:
The specified number secant or Nil if the number is not
specified.
Example:
Sec( Deg2Rad ( 90 ) ) // 1.00
See Also:
Deg2Rad()
NumPi()
Rad2Deg()
Sin()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson