Your IP : 216.73.216.48


Current Path : /usr/X11R6/share/epic5/help/6_Functions/
Upload File :
Current File : //usr/X11R6/share/epic5/help/6_Functions/tan

# $EPIC: tan,v 1.3 2001/06/22 20:01:38 jnelson Exp $
Synopsis:
   $tan(<number>)

Technical:
   * If the <number> argument is omitted the empty string is returned.
   * This function returns the mathematical tangent of <number> radians.
   * <number> may be a floating point number.
   * The return value is always a floating point number.

Practical:
   Use this when you need the tangent of a number.

Returns:
   The tangent of the argument.

Examples:
   $tan(3.141593) returns "0.000000"
   $tan(1.570796) returns "3060023.306953"