SingleConstants.PiOverTwo Field

Represents 0.5 times Pi.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET.SinglePrecision (in Numerics.NET.SinglePrecision.dll) Version: 9.0.0
C#
public const float PiOverTwo = 1.570796f

Field Value

Single

Remarks

The value of this field is 1.570796326794896619231321691639751.

See Also