Skip to content

Commit

Permalink
fix docs typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kthohr committed Jan 1, 2022
1 parent e1443c5 commit 1f028f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/gcem_incl/log10.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ noexcept
* Compile-time common logarithm function
*
* @param x a real-valued input.
* @return \f$ \log_10(x) \f$ using \f[ \log_{10}(x) = \frac{\log_e(x)}{\log_e(10)} \f]
* @return \f$ \log_{10}(x) \f$ using \f[ \log_{10}(x) = \frac{\log_e(x)}{\log_e(10)} \f]
*/

template<typename T>
Expand Down

0 comments on commit 1f028f6

Please sign in to comment.