Provided by: manpages-pt-dev_20040726-4_all bug

NOME

       cbrt - função raiz cúbica

SINOPSE

       #include <math.h>

       double cbrt ( double x );

DESCRIÇÃO

       A  função cbrt() retorna a raiz cúbica de x. Esta função não pode falhar: cada número real
       representável tem uma raiz cúbica correspondente.

DE ACORDO COM

       cbrt é uma extensão GNU.

VER TAMBÉM

       sqrt(3), pow(3)

TRADUZIDO POR LDP-BR em 21/08/2000.

       Paulo    César    Mendes    <drpc@ism.com.br>     (tradução)     xxxxxxxxxxxxxxxxxxxxxxxxx
       <xxx@xxxxxx.xxx.xx> (revisão)

                                        September 16, 1995                                CBRT(3)