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

◆ cbrt() [1/6]

template<typename T >
fvar< T > stan::math::cbrt ( const fvar< T > &  x)
inline

Return cube root of specified argument.

Template Parameters
Tinner type of the fvar
Parameters
xArgument.
Returns
Cube root of argument.

Definition at line 20 of file cbrt.hpp.