SD - The Open Source, Multivalue, String, Database
The ATAN() function returns the arc-tangent (inverse tangent) of a value.
Format: ATAN(expr)
Parameters: expr evaluates to a number or a numeric array.
The ATAN() function returns the arc-tangent of expr. Angles are measured in degrees.
If expr is a numeric array (a dynamic array where all elements are numeric), the ATAN() function operates on each element in turn and returns a numeric array with the same structure as expr.
Example:
ANGLE = ATAN(OPP / ADJ)
This statement finds the angle with tangent equal to the value of OPP / ADJ and assigns this to variable ANGLE.
See also: ACOS(), ASIN(), COS(), SIN(), TAN()
SD Basic Functions - ASIN
OpenQM 2.6.6 documentation for this command is available here. The OpenQM documentation may provide additional context for this command. However, some features in SD have been modified so the OpenQM information may not be 100% applicable to SD.