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

◆ exp2() [4/6]

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

Return the elementwise exp2() of the specified argument, which may be a scalar or any Stan container of numeric scalars.

The return type is the same as the argument type.

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

Definition at line 42 of file exp2.hpp.