Numeric error propagation: Difference between revisions

Content added Content deleted
(→‎{{header|Perl}}: eliminated 'uninitialized' warnings, added subroutine signatures, additional tweaks)
m (→‎{{header|Wren}}: Changed to Wren S/H)
 
Line 2,643: Line 2,643:
=={{header|Wren}}==
=={{header|Wren}}==
{{trans|Kotlin}}
{{trans|Kotlin}}
<syntaxhighlight lang="ecmascript">class Approx {
<syntaxhighlight lang="wren">class Approx {
construct new(nu, sigma) {
construct new(nu, sigma) {
_nu = nu
_nu = nu