IMathTNumericAcos Method
Returns the angle whose cosine is the specified number.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
TNumeric Acos(
TNumeric x
)
Function Acos (
x As TNumeric
) As TNumeric
TNumeric Acos(
TNumeric x
)
abstract Acos :
x : 'TNumeric -> 'TNumeric
- x TNumeric
-
A number representing a cosine, where x must be greater
than or equal to MinUnitTNumeric, but less than or equal to
MaxUnitTNumeric.
TNumericAn angle, θ, measured in radians, such that 0 ≤ θ ≤ π.