Penguin
Annotated edit history of copysign(3) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 COPYSIGN
2 !!!COPYSIGN
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 CONFORMING TO
7 ----
8 !!NAME
9
10
11 copysign - copy sign of a number
12 !!SYNOPSIS
13
14
15 __#include
16 __ ''x''__, double__ ''y''__);
17 __
18 !!DESCRIPTION
19
20
21 The __copysign()__ function returns a value whose
22 absolute value matches ''x'', but whose sign matches that
23 of ''y''.
24 !!CONFORMING TO
25
26
27 BSD 4.3
28 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.