Manpages

Manpage of COPYSIGN

COPYSIGN

Section: Linux Programmer's Manual (3 )
Updated: 1993-06-06
Index
Return to Main Contents
 

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


 

Index

NAME
SYNOPSIS
DESCRIPTION
CONFORMING TO

This document was created by man2html, using the manual pages.
Time: 23:26:46 GMT, April 18, 2024