Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Document Rational.norm as deprecated
  • Loading branch information
zoffixznet committed Nov 15, 2018
1 parent ff2e2bc commit ca6e7ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/Type/Rational.pod6
Expand Up @@ -109,6 +109,9 @@ Returns a list of the numerator and denominator.
method norm(Rational:D: --> Rational:D)
B<DEPRECATED as of 6.d>. The method is no longer needed, because as of 6.d
language version, it's required for C<Rational> type to be normalized on creation.
Returns a normalized Rational object, i.e. with positive denominator, and
numerator and denominator coprime.
Expand Down

0 comments on commit ca6e7ac

Please sign in to comment.