Manual del Programador de Linux (3)
16 Septiembre 1995
NOMBRE
SINOPSIS
#include <math.h> double cbrt(double x);
DESCRIPCIÓN
La función cbrt() devuelve la raiz cúbica de x. Esta función no puede fallar; todo valor real representable tiene una raiz cúbica real representable.
CONFORME A
cbrtVÉASE TAMBIÉN
sqrt(3), pow(3)