Comment on More Intuitive Calculator Arithmetic (2018)parentComments−EricRiese6yRaku Perl 6 uses rationals by default for decimal literals. No imports necessary. You actually have to opt-in to floating point by using engineering notation.https://docs.perl6.org/language/numerics#Rational
Comments
Raku Perl 6 uses rationals by default for decimal literals. No imports necessary. You actually have to opt-in to floating point by using engineering notation.
https://docs.perl6.org/language/numerics#Rational