Automatic Differentiation
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches

◆ atanh() [7/11]

template<typename T , require_ad_container_t< T > * = nullptr>
auto stan::math::atanh ( const T &  x)
inline

Return the elementwise application of atanh() to specified argument container.

The return type promotes the underlying scalar argument type to double if it is an integer, and otherwise is the argument type.

Template Parameters
Ttype of container
Parameters
xcontainer
Returns
Elementwise atanh of members of container.

Definition at line 80 of file atanh.hpp.