Golden ratio/Convergence: Difference between revisions

Content added Content deleted
m (→‎{{header|Wren}}: Changed to Wren S/H)
Line 1,790: Line 1,790:
{{libheader|Wren-fmt}}
{{libheader|Wren-fmt}}
Wren's only built-in numeric type is a 64 bit float.
Wren's only built-in numeric type is a 64 bit float.
<syntaxhighlight lang="ecmascript">import "./fmt" for Fmt
<syntaxhighlight lang="wren">import "./fmt" for Fmt


var oldPhi = 1
var oldPhi = 1