table of contents
other versions
other languages
other sections
FLOOR(3) | Manual do Programador Linux | FLOOR(3) |
NOME¶
floor - maior valor inteiro não maior que x
SINOPSE¶
#include <math.h> double floor(double x);
DESCRIÇÂO¶
A função floor() arredonda x para baixo em direção ao inteiro mais próximo, retornando aquele valor como 'double'.
CONFORME¶
SVID 3, POSIX, BSD 4.3, ISO 9899
VEJA TAMBÉM¶
TRADUÇÃO PARA A LÍNGUA PORTUGUESA¶
RUBENS DE JESUS NOGUEIRA <darkseid99@usa.net> (tradução) XXXXXX XX XXXXX XXXXXXXX <xxxxxxxxxx@xxx.xxx> (revisão)
6 de junho de 1993 |