Jump to content

Fractran: Difference between revisions

m
Added reference to library "bignum".
m (→‎{{header|Scheme}}: just reduce space)
m (Added reference to library "bignum".)
Line 2,617:
=={{header|Nim}}==
=== Using fractions===
{{libheader|bignum}}
This is a simple implementation which operates on fractions. As Nim standard library doesn’t provide a module for big numbers, we have used the extra library “bignum” which relies on “gmp”.
We provide a general function to run any Fractran program and a specialized iterator to find prime numbers.
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.