Quad.AcosPi Method

Returns the angle whose cosine is the specified number in multiples of π.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static Quad AcosPi(
	Quad value
)

Parameters

value  Quad
A number representing a cosine, where -1 ≤value≤ 1.

Return Value

Quad
An angle, θ, measured in radians, such that 0 ≤θ≤π-or- System.Double.NaN if value < -1 or value > 1.

Implements

ITrigonometricFunctions<TSelf>.AcosPi(TSelf)

See Also