Welcome to the Creatures Wiki! Log in and join the community.

SIN

From Creatures Wiki
Jump to navigation Jump to search
The title given to this article is incorrect due to technical limitations. The correct title is SIN_.

SIN_ is a trigonometric CAOS command equivalent to the mathematical sine function.

Usage[edit]

Syntax: SIN_ T (float)

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

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

See also[edit]

  • ASIN, its inverse
  • COS_ and TAN_, the other trigonometric functions

References[edit]