Pisano period: Difference between revisions

Content added Content deleted
(Add Mathematica/Wolfram Language implementation)
m (→‎{{header|Wren}}: Minor tidy)
Line 2,544: Line 2,544:
{{libheader|Wren-math}}
{{libheader|Wren-math}}
{{libheader|Wren-fmt}}
{{libheader|Wren-fmt}}
<syntaxhighlight lang="ecmascript">import "/math" for Int
<syntaxhighlight lang="wren">import "./math" for Int
import "/fmt" for Fmt
import "./fmt" for Fmt


// Calculates the Pisano period of 'm' from first principles.
// Calculates the Pisano period of 'm' from first principles.