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

ATAN

From Creatures Wiki
Jump to navigation Jump to search

ATAN is a CAOS command equivalent to the mathematical arctangent function.

Usage

Syntax: ATAN tan (float)

Returns, as a float, the arctangent of tan, i.e. the angle whose tangent is tan. It is the inverse of TAN_. It returns a value between -90 and 90.

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

See also

  • TAN_
  • ASIN and ACOS, the other inverse trigonometric functions

References