Run-Time Functions > Functions: A - M > ASIN

www.kxcad.net Home > CAE Index > MSC Software Index > Adams MD R2 Index


Your Ad Here

ASIN
Returns the arc sine of an expression that represents a numerical value. ASIN is defined only when the absolute value of the expression is <1 . The range of ASIN is (that is, ).
Format
ASIN(x)
Argument
 
Example
The following function calculates the value of the expression:
DX(marker_21, marker_11) / DM(marker_21, marker_11)
and then applies the ASIN function to the result and returns its arc sine in radians:
ASIN(DX(marker_21, marker_11) / DM(marker_21, marker_11)) 
 
Your Ad Here