asin Function

Applies To: Microsoft Dynamics AX 2012 R2, Microsoft Dynamics AX 2012 Feature Pack, Microsoft Dynamics AX 2012

Retrieves the arc sine of a real number.

Note

Argument values outside of the range –1 to 1 result in the, "Argument for trigonometric function out of range" run-time error.

real asin(real arg)

Parameters

Parameter

Description

arg

The number for which to calculate the arc sine.

Return Value

The arc sine of the specified number.

Remarks

  • aSin(0.36) //Returns 0.37.

See also

acos Function

atan Function

cos Function

cosh Function

sin Function

sinh Function

tan Function

tanh Function

Announcements: To see known issues and recent fixes, use Issue search in Microsoft Dynamics Lifecycle Services (LCS).