COSedit

From Creatures Wiki

COS_ is a trigonometric CAOS command equivalent to the mathematical cos function.

[edit] Usage

Syntax: COS_ T (float)

Returns, as a float, the cosine of T, which should be in degrees. Return value is between -1 and 1.

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

[edit] See also

  • ACOS, its inverse
  • SIN_ and TAN_, the other trigonometric functions

[edit] References