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

◆ acosh() [7/10]

template<typename T , require_not_var_matrix_t< T > * = nullptr, require_all_not_nonscalar_prim_or_rev_kernel_expression_t< T > * = nullptr>
auto stan::math::acosh ( const T &  x)
inline

Return the elementwise application of acosh() 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 acosh of members of container.

Definition at line 89 of file acosh.hpp.