Feature Rich
Rapid Application Development
Helping you or your customers
Manage their Business

All Commands All Math & Logic
Commands

MATH_ASIN/ACOS/ATAN

These functions will return the ArcSine, ArcCosine or ArcTangent of a value.

The returned value will be in degrees by default

Number Name Default Type Description
1 val 0 Expression The value to perform the calculation on.
This can be an expression that results in a number.
2 deg TRUE Boolean This indicates that the result is returned in degrees. Set this to FALSE to return the result in radians.
Example
30
60
78.69006752598

0.5235987755983
1.0471975511966
1.373400766945
to add a Comment.