7.12.7.1 The cbrt functions

Synopsis

1

#include <math.h>
double cbrt(double x);
float cbrtf(float x);
long double cbrtl(long double x);

Description

2

The cbrt functions compute the real cube root of x.

Returns

3

The cbrt functions return x1/3.