Skip to content

function cbrt(E1 &&) base

template <expression_argument E1>
KFR_FUNCTION expression_make_function<fn::cbrt, E1> cbrt(E1&& x)

Returns the cube root of the x. Accepts and returns expressions.

Defined at base/math_expressions.hpp:519