Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ atanh() [8/11]

template<typename Container , require_container_bt< std::is_arithmetic, Container > * = nullptr>
auto stan::math::atanh ( const Container &  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 96 of file atanh.hpp.