You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Returns a normalized Rational object, i.e. with positive denominator, and numerator and denominator coprime.
my $x = 0/0; dd $x.norm # OUTPUT: «<0/0>»
0 is not positive.
The text was updated successfully, but these errors were encountered:
JJ
added
docs
Documentation issue (primary issue type)
update
part of "docs" - indicates this is an update for an existing section; rewrite, clarification, etc.
easy to resolve
labels
Nov 15, 2018
https://docs.perl6.org/type/Rat#(Rational)_method_norm
0 is not positive.
The text was updated successfully, but these errors were encountered: