Skip to content

Commit

Permalink
chore: remove repeat words
Browse files Browse the repository at this point in the history
Signed-off-by: haouvw <jchaodaohang@foxmail.com>
  • Loading branch information
haouvw committed Jun 26, 2024
1 parent c4f24f3 commit a83fe96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lexical/bhcomp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@ where

// FLOAT OPS

/// Calculate `b` from a a representation of `b` as a float.
/// Calculate `b` from a representation of `b` as a float.
#[inline]
pub(super) fn b_extended<F: Float>(f: F) -> ExtendedFloat {
ExtendedFloat::from_float(f)
}

/// Calculate `b+h` from a a representation of `b` as a float.
/// Calculate `b+h` from a representation of `b` as a float.
#[inline]
pub(super) fn bh_extended<F: Float>(f: F) -> ExtendedFloat {
// None of these can overflow.
Expand Down

0 comments on commit a83fe96

Please sign in to comment.