MathNAcosTNumeric Method

Returns the angle whose cosine is the specified number.

Definition

Namespace: Jodosoft.Numerics
Assembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
public static TNumeric Acos<TNumeric>(
	TNumeric x
)
where TNumeric : struct, new(), INumeric<TNumeric>

Parameters

x  TNumeric
A number representing a cosine, where x must be greater than or equal to MinUnitTNumeric, but less than or equal to MaxUnitTNumeric.

Type Parameters

TNumeric

Return Value

TNumeric
An angle, θ, measured in radians, such that 0 ≤ θ ≤ π.

See Also