Developer's Daily Unix by Example
  main | java | perl | unix | dev directory | web log
 
 
Main
Unix
Man Pages
   

COPYSIGN

NAME
SYNOPSIS
DESCRIPTION
CONFORMING TO

NAME

copysign ? copy sign of a number

SYNOPSIS

#include <math.h>

double copysign(double x, double y);

DESCRIPTION

The copysign() function returns a value whose absolute value matches x, but whose sign matches that of y.

CONFORMING TO

BSD 4.3


copyright 1998-2007, devdaily.com, all rights reserved.
devdaily.com, an alvin j. alexander production.