Represents the Golden Ratio.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics.SinglePrecision (in Extreme.Numerics.SinglePrecision.dll) Version: 8.1.1
public const float GoldenRatio = 1.618034f
Public Const GoldenRatio As Single = 1.618034F
public:
literal float GoldenRatio = 1.618034f
static val mutable GoldenRatio: float32
Field Value
Type:
Single
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.
Reference