Function librapid::cbrt(const mpfr&)#

Function Documentation#

mpfr librapid::cbrt(const mpfr &val)#

Cube root of a multiprecision floating point value: \( \sqrt[3]{x} \)

Parameters

val – The value to take the cube root of

Returns

The cube root of the value