Skip to content

Commit

Permalink
Fix typo [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 committed Jan 14, 2024
1 parent b7f9f74 commit d0ebe22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/math_approx/src/inverse_trig_approx.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ T acos (T x)

/**
* Approximation of atan(x) using a polynomial approximation of arctan(x) on [0, 1],
* and atan(x) = pi/2 - arctan(1/x) for x > 1.
* and arctan(x) = pi/2 - arctan(1/x) for x > 1.
*/
template <int order, typename T>
T atan (T x)
Expand Down

0 comments on commit d0ebe22

Please sign in to comment.