ASIN

This command will return the arcsine of value.

  Syntax
Return Float=ASIN(Value)
  Parameters
Value
Float
The parameter must be in the range -1 to +1 to give a valid result

  Returns

This value is a float number such as 0.5

  Description

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

  Example Code
PRINT ASIN(1.0)
WAIT KEY
  See also

CORE Commands Menu
Index