IMathTNumericAtan Method

Returns the angle whose tangent is the specified number.

Definition

Namespace: Jodosoft.Numerics
Assembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
TNumeric Atan(
	TNumeric x
)

Parameters

x  TNumeric
A number representing a tangent.

Return Value

TNumeric
An angle, θ, measured in radians, such that -π/2 ≤ θ ≤ π/2.

Remarks

This method may return NaN or Infinity. If NaN or Infinity cannot be represented by TNumeric, then this method may throw an ArithmeticException.

See Also