Scroll to navigation

COPYSIGN(3) Linux Programmer's Manual COPYSIGN(3)

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)
June 6, 1993 GNU