ATAN

This command will return the arctangent in degrees between -90 to +90.

  Syntax
Return Float=ATAN(Value)
  Parameters
Value
Float
This value is a float number such as 0.5

  Returns

This value is a float number such as 0.5

  Description

The value can be a real or integer number. The return value should be a real number.

  Example Code
PRINT ATAN(1.0)
WAIT KEY
  See also

CORE Commands Menu
Index