Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zhichen3 committed Jun 24, 2024
1 parent 9072622 commit 5bc6480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/approx_math/approx_math.H
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ amrex::Real fast_atan(const amrex::Real x) {


///
/// A fast implementation of exp with double precision input
/// A fast implementation of exp with single/double precision input
/// This gives reasonable accuracy across all range, ~2% error
///
/// This version uses memcpy to avoid potential undefined behavior
Expand Down

0 comments on commit 5bc6480

Please sign in to comment.