table of contents
other versions
other sections
CBRT(3) | Linux Programmer's Manual | CBRT(3) |
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¶
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 |