Up

PHIf

Golden ratio ((1 + 5 ^ 0.5) / 2).

Prototype :

fun [ ] F

Return : F the golden ratio

See also :

Example :

fun main ()=
	_showconsole;
	
	_fooF PHIf;	// 1.618034
	0;;