IMathTNumericAtan Method
Returns the angle whose tangent is the specified number.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
TNumeric Atan(
TNumeric x
)
Function Atan (
x As TNumeric
) As TNumeric
TNumeric Atan(
TNumeric x
)
abstract Atan :
x : 'TNumeric -> 'TNumeric
- x TNumeric
- A number representing a tangent.
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.