Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
JSorngard committed Jul 28, 2024
1 parent cf3e300 commit a3087cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/accurate/dw0c.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use crate::LambertW0Error;
/// 50-bit accuracy computation of principal branch of Lambert W function, W_0(z),
/// by piecewise minimax rational function approximation
///
/// NOTICE: Input arguement is NOT z but its complement defined as zc = z+1/e
/// NOTICE: Input argument is NOT z but its complement defined as zc = z+1/e
///
/// Created by T. Fukushima <[email protected]>,
/// ported to Rust by Johanna Sörngård <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/accurate/dwm1c.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use crate::{LambertWm1Error, LambertWm1ErrorReason};
/// 50-bit accuracy computation of secondary branch of Lambert W function, W_-1(z),
/// by piecewise minimax rational function approximation
///
/// NOTICE: Required are two input arguements z and its complement defined as zc = z+1/e
/// NOTICE: Required are two input arguments: z and its complement defined as zc = z+1/e
///
/// Created by T. Fukushima <[email protected]>,
/// ported to Rust by Johanna Sörngård
Expand Down

0 comments on commit a3087cf

Please sign in to comment.