Extreme floating point values
Floating point limits are to a large extent implementation dependent, but currently both Raku backends (MoarVM, JVM) running on a 64 bit OS have an infinity threshold of just under 1.8e308.
0e0
is used to have floating point number. Simply using 0.0
makes rational number that doesn't recognize -0
. qq:to
is heredoc syntax, where qq
means that variables and closures (between braces) are interpolated.
Last updated