From 2c5843dbbbcb5b925e06d75f58cc3bc09f19c3bb Mon Sep 17 00:00:00 2001 From: Rasmus Munk Larsen Date: Mon, 14 Jan 2019 13:26:34 -0800 Subject: Update documentation. --- doc/CoeffwiseMathFunctionsTable.dox | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) (limited to 'doc') diff --git a/doc/CoeffwiseMathFunctionsTable.dox b/doc/CoeffwiseMathFunctionsTable.dox index af1251226..e14eaf615 100644 --- a/doc/CoeffwiseMathFunctionsTable.dox +++ b/doc/CoeffwiseMathFunctionsTable.dox @@ -321,6 +321,43 @@ This also means that, unless specified, if the function \c std::foo is available + + + \anchor cwisetable_asinh + a.\link ArrayBase::asinh asinh\endlink(); \n + \link Eigen::asinh asinh\endlink(a); + + computes inverse hyperbolic sine + + using std::asinh; \n + asinh(a[i]); + + + + + \anchor cwisetable_acosh + a.\link ArrayBase::acosh cohs\endlink(); \n + \link Eigen::acosh acosh\endlink(a); + + computes hyperbolic cosine + + using std::acosh; \n + acosh(a[i]); + + + + + \anchor cwisetable_atanh + a.\link ArrayBase::atanh atanh\endlink(); \n + \link Eigen::atanh atanh\endlink(a); + + computes hyperbolic tangent + + using std::atanh; \n + atanh(a[i]); + + + Nearest integer floating point operations -- cgit v1.2.3