Function opencv::core::cube_root [−][src]
Expand description
Computes the cube root of an argument.
The function cubeRoot computes . Negative arguments are handled correctly.
NaN and Inf are not handled. The accuracy approaches the maximum possible accuracy for
single-precision data.
Parameters
- val: A function argument.