ASIN

Top  Previous  Next

 

The ASIN of accu 1 is calculated and stored in accu 1 in radiant.

 

It is important that the operand in accu 1 is already in the REAL-format. If it is loaded as Int or DInt it will have to be changed into a REAL-number with DTR before calculating. If an operand that is loaded as Int can be negative it will also have to be extended to the Dword-format with ITD before.

 

ASIN(-1)

= - Pi / 2 ( Pi = 3,141592...)

ASIN(0)

= 0

ASIN(1)

= Pi / 2 ( Pi = 3,141592...)

 

See also:

SIN

COS

ACOS

TAN

ATAN

 

List of operations