Design-Time Functions > Functions: A - C > ATAN

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


Your Ad Here

ATAN
Returns the arc tangent of an expression that represents a numerical value. The range of ATAN is [-/2,/2] (that is, /2 < ATAN(x) < /2).
Format
ATAN(x)
Argument
 
Example
The following example illustrates the use of the ATAN function. The location of marker_1 and marker_2 is shown in the figure below.
 
ATAN(DX(marker_2, marker_1, marker_2) /
DY(marker_2, marker_1, marker_2))
Learn more about math functions.
Your Ad Here