Function cbrt¶
function cbrt(const T1 &) math¶
Returns the cube root of x.
Defined for negative x (returns a negative result).
| T1 | Input numeric type. |
| x | Value whose cube root is computed. |
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.