Provided by: manpages-es_1.55-10_all bug

NOMBRE

       cbrt - función raíz cúbica

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

       cbrt es una extensión de GNU.

VÉASE TAMBIÉN

       sqrt(3), pow(3)