Generalised floating point addition: Difference between revisions

→‎{{header|Ruby}}: added comment.
(→‎{{header|Ruby}}: added comment.)
Line 913:
<br><br>
=={{header|Ruby}}==
No code, its built in (uses '*' for multiplication):
Actually this is just Ruby - its to be built in:
<lang ruby>p 12345679e63 * 81 + 1e63
p 12345679012345679e54 * 81 + 1e54
1,149

edits