We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff2e2bc commit ca6e7acCopy full SHA for ca6e7ac
doc/Type/Rational.pod6
@@ -109,6 +109,9 @@ Returns a list of the numerator and denominator.
109
110
method norm(Rational:D: --> Rational:D)
111
112
+B<DEPRECATED as of 6.d>. The method is no longer needed, because as of 6.d
113
+language version, it's required for C<Rational> type to be normalized on creation.
114
+
115
Returns a normalized Rational object, i.e. with positive denominator, and
116
numerator and denominator coprime.
117
0 commit comments