Everything

cbrt / cbrtf / cbrtl


Calculates the cube root of a floating-point number.

[Format]

#include <math.h>

double cbrt(double d);

float cbrtf(float d);

long double cbrtl(long double d);

[Parameters]

d Value for which a cube root is to be computed

[Return values]

Cube root of d