Fermat numbers: Difference between revisions

Content added Content deleted
(→‎{{header|Ring}}: Incorrect)
Line 1,760: Line 1,760:


=={{header|Ring}}==
=={{header|Ring}}==
{{Incorrect|Ring|Incorrect values for F(6) through F(8). Missing F(9) with no explanation. No attempt at all for second part of task. Up to F(5) should be doable for just about any language}}
<lang ring>
<lang ring>
load "stdlib.ring"
load "stdlib.ring"
Line 1,783: Line 1,784:
F(8) = 115792089237316195423570985008687907853269984665640564039457584007913129639936
F(8) = 115792089237316195423570985008687907853269984665640564039457584007913129639936
</pre>
</pre>




=={{header|Ruby|}}==
=={{header|Ruby|}}==