IMathTNumericAsin Method
Returns the angle whose sine is the specified number.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
TNumeric Asin(
TNumeric x
)
Function Asin (
x As TNumeric
) As TNumeric
TNumeric Asin(
TNumeric x
)
abstract Asin :
x : 'TNumeric -> 'TNumeric
- x TNumeric
- A number representing a sine, where x must be greater than or equal to -1, but less than or equal to 1.
TNumericAn angle, θ, measured in radians, such that -π/2 ≤ θ ≤ π/2.
This method may return
NaN or Infinity.
If
NaN or Infinity cannot be represented by
TNumeric,
then this method may throw an
ArithmeticException.