.\" -*- coding: UTF-8 -*- '\" t .\" Copyright 1995 Jim Van Zandt .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" changed `square root' into `cube root' - aeb, 950919 .\" .\" Modified 2002-07-27 Walter Harms .\" (walter.harms@informatik.uni-oldenburg.de) .\" .\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* .TH cbrt 3 "20 julho 2023" "Linux man\-pages 6.05.01" .SH NOME cbrt, cbrtf, cbrtl \- função de raiz cúbica .SH BIBLIOTECA Biblioteca matemática (\fIlibm\fP, \fI\-lm\fP) .SH SINOPSE .nf \fB#include \fP .PP \fBdouble cbrt(double \fP\fIx\fP\fB);\fP \fBfloat cbrtf(float \fP\fIx\fP\fB);\fP \fBlong double cbrtl(long double \fP\fIx\fP\fB);\fP .fi .PP .RS -4 Requisitos de macro de teste de recursos para o glibc (consulte \fBfeature_test_macros\fP(7)): .RE .PP \fBcbrt\fP(): .nf .\" || _XOPEN_SOURCE && _XOPEN_SOURCE_EXTENDED _ISOC99_SOURCE || _POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 500 || /* Desde o glibc 2.19: */ _DEFAULT_SOURCE || /* glibc <= 2.19: */ _BSD_SOURCE || _SVID_SOURCE .fi .PP \fBcbrtf\fP(), \fBcbrtl\fP(): .nf _ISOC99_SOURCE || _POSIX_C_SOURCE >= 200112L || /* Desde o glibc 2.19: */ _DEFAULT_SOURCE || /* glibc <= 2.19: */ _BSD_SOURCE || _SVID_SOURCE .fi .SH DESCRIÇÃO Estas funções retornam a raiz cúbica (real) de \fIx\fP. Esta função não pode falhar: cada número real representável tem uma raiz cúbica correspondente. .SH "VALOR DE RETORNO" Estas funções retornam a raiz cúbica de \fIx\fP. .PP Se \fIx\fP é +0, \-0, infinito positivo, infinito negativo ou NaN, \fIx\fP é retornado. .SH ERROS Ocorre nenhum erro. .SH ATRIBUTOS Para uma explicação dos termos usados nesta seção, consulte \fBattributes\fP(7). .TS allbox; lbx lb lb l l l. Interface Atributo Valor T{ .na .nh \fBcbrt\fP(), \fBcbrtf\fP(), \fBcbrtl\fP() T} Thread safety MT\-Safe .TE .sp 1 .SH PADRÕES C11, POSIX.1\-2008. .SH HISTÓRICO .\" .BR cbrt () .\" was a GNU extension. It is now a C99 requirement. C99, POSIX.1\-2001. .SH "VEJA TAMBÉM" \fBpow\fP(3), \fBsqrt\fP(3) .PP .SH TRADUÇÃO A tradução para português brasileiro desta página man foi criada por Paulo César Mendes , André Luiz Fassone e Rafael Fontenelle . . .PP Esta tradução é uma documentação livre; leia a .UR https://www.gnu.org/licenses/gpl-3.0.html Licença Pública Geral GNU Versão 3 .UE ou posterior para as condições de direitos autorais. Nenhuma responsabilidade é aceita. .PP Se você encontrar algum erro na tradução desta página de manual, envie um e-mail para .MT debian-l10n-portuguese@lists.debian.org a lista de discussão de tradutores .ME .