Wednesday 9 January 2013

Microsoft Dynamics AX 2012 R2 - asin Function


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.

Function

  • real asin(real arg)

Parameters

  • Parameter: arg
  • Description: The number for which to calculate the arc sine.

Return Value

  • The arc sine of the specified number.

Example

  • aSin(0.36) //Returns 0.37.

My above blog is based on Microsoft's Official information.

I hope this blog about 'Microsoft Dynamics AX 2012 R2 - asin Function' was informative. Please feel free to leave your comments.

No comments:

Post a Comment