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

◆ cbrt() [4/6]

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::cbrt ( const T &  x)
inline

Returns the elementwise cbrt() of the input, which may be a scalar or any Stan container of numeric scalars.

Template Parameters
Ttype of container
Parameters
xcontainer
Returns
Cube root of each value in x.

Definition at line 37 of file cbrt.hpp.