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

NOME

       copysign - copia o sinal de um número

SINOPSE

       #include <math.h>

       double copysign(double x, double y);

DESCRIÇÃO

       A função copysign() retorna um valor cujo valor absoluto é igual a x, mas cujo sinal é igual ao de y.

DE ACORDO COM

       BSD 4.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)

GNU                                               June 6, 1993                                       COPYSIGN(3)