1
Fork 0

Small round of typo fixes

Signed-off-by: Alex Saveau <saveau.alexandre@gmail.com>
This commit is contained in:
Alex Saveau 2022-11-04 20:05:22 -07:00
parent 4827ceecb9
commit 849d89b031
No known key found for this signature in database
GPG key ID: 3F8D5B16EB169D48
6 changed files with 10 additions and 9 deletions

View file

@ -275,7 +275,7 @@ impl f64 {
/// This result is not an element of the function's codomain, but it is the
/// closest floating point number in the real numbers and thus fulfills the
/// property `self == self.div_euclid(rhs) * rhs + self.rem_euclid(rhs)`
/// approximatively.
/// approximately.
///
/// # Examples
///