Skip to content
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.

Commit

Permalink
s/Rat/Rational/
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Nov 4, 2018
1 parent 6832597 commit 8aef891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ChangeLog.md
Expand Up @@ -165,7 +165,7 @@ methods for a longer period than 6.e release.

- `Rational`s are always reduced on creation and remain
immutable throughout their life
- `-Inf`, `Inf`, and `NaN` can be round-tripped through `Rat` type
- `-Inf`, `Inf`, and `NaN` can be round-tripped through a `Rational` type
by being represented as values `<-1/0>`, `<1/0>`, and `<0/0`>
respectively. Zero-denominator `Rational`s are normalized to
one of those three values
Expand Down

0 comments on commit 8aef891

Please sign in to comment.