Gaming
 

TAN

From Creatures Wiki

TAN_ is a trigonometric CAOS command.

[edit] Usage

Syntax: TAN_ T (float)

Returns as a float the tangent of the angle T, which should be in degrees. There are discontinuities at T=90 and T=270 (actually T=90+180n, see graph), and for these values CEE returns a very large number.

Image:Editnorn.png This article about a CAOS command or function needs further examples.

[edit] See also

  • ATAN, its inverse
  • SIN_ and COS_, the other trigonometric functions.

[edit] References