Arithmetic/Rational: Difference between revisions

m
m (Added related task, Check Machin-like formulas)
m (→‎{{header|Wren}}: Minor tidy)
 
Line 5,128:
{{libheader|Wren-rat}}
The latter module already contains support for rational number arithmetic.
<syntaxhighlight lang="ecmascriptwren">import "./math" for Int
import "./rat" for Rat
 
System.print("The following numbers (less than 2^19) are perfect:")
9,476

edits