Skip to content

Function cbrt

function cbrt(const T1 &) math

template <numeric T1>
KFR_FUNCTION flt_type<T1> cbrt(const T1& x)

Returns the cube root of x.

Defined for negative x (returns a negative result).

Template parameters
T1 Input numeric type.
Parameters
x Value whose cube root is computed.
Returns
cbrt(x) as flt_type<T1>.

Fully qualified name: kfr::cbrt(const T1 &)

Declared at math/log_exp.hpp:245

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.