Math Scalar Library
Programming Reference Manual C/C++
Version 1.1 DD-00003-011

5.3 scbrt - Cube root ⎷-
3x

#include <msca.h> 
 
double scbrt (double x); 
float  scnrtf(float x);

Given a value x this function computes the cube root of x .