Skip to content

Commit

Permalink
acos and acosh mising line
Browse files Browse the repository at this point in the history
  • Loading branch information
jtlap committed Oct 10, 2023
1 parent 47c69ee commit d44368a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/eve/module/math/regular/acos.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ namespace eve
//! * If the element is \f$1\f$, \f$+0\f$ is returned.
//! * If the element \f$|x| > 1\f$, `NaN` is returned.
//! * If the element is a `Nan`, `NaN` is returned.
//!
//! @groupheader{Example}
//!
//! @godbolt{doc/math/regular/acos.cpp}
Expand Down
1 change: 1 addition & 0 deletions include/eve/module/math/regular/acosh.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ namespace eve
//! * If the element is \f$1\f$, \f$+0\f$ is returned.
//! * If the element is \f$+\infty\f$, \f$+\infty\f$ is returned.
//! * If the element is a `Nan`, `NaN` is returned.
//!
//! @groupheader{Example}
//!
//! @godbolt{doc/math/regular/acosh.cpp}
Expand Down

0 comments on commit d44368a

Please sign in to comment.