![]() |
Peano
|
Go to the source code of this file.
Functions | |
__attribute__ ((always_inline)) INLINE static float icbrtf(float x_in) | |
Compute the inverse cube root of a single-precision floating-point number. | |
__attribute__ | ( | (always_inline) | ) |
Compute the inverse cube root of a single-precision floating-point number.
This function does not care about non-finite inputs.
cbrtf()
functions on x86 systems. However, Other compilers or other architectures may have faster implementations of the standard function cbrtf()
that will potentionally outperform this function.x_in | The input value. |
x_in
(i.e. \(x_{in}^{-1/3} \)) .