Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Golden Ratio (φ)

Golden ratio.

The golden ratio can be defined algebraically as

Golden ratio

Usage

var PHI = require( '@stdlib/constants/math/float64-phi' );

PHI

The golden ratio.

var bool = ( PHI === 1.618033988749895 );
// returns true

Examples

var PHI = require( '@stdlib/constants/math/float64-phi' );

console.log( PHI );
// => 1.618033988749895