Constants.Golden Ratio Field
Represents the Golden Ratio.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public const double GoldenRatio = 1.61803398874989
Field Value
DoubleRemarks
A line segment can be divided into two pieces in such a way that the ratio between the lengths of the whole and the largest piece equals the ratio of the lengths of the largest piece and the smallest piece. This ratio is called the Golden Ratio. Its value is equal to
.
The value of this field is 1.61803398874989484820458683436.