Java.Lang.StrictMath.Asin Method
Returns the closest double approximation of the arc sine of the argument within the range [-pi/2..pi/2].

Syntax

[Android.Runtime.Register("asin", "(D)D", "")]
public static double Asin (double d)

Parameters

d
the value whose arc sine has to be computed.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the closest double approximation of the arc sine of the argument within the range [-pi/2..pi/2].

Special cases:

  • asin((anything > 1)) = NaN
  • asin((anything
  • asin(NaN) = NaN

[Android Documentation]

Requirements

Namespace: Java.Lang
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1