mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-19 13:40:59 +08:00
Formerly alpha/__copysign.c.~2~
This commit is contained in:
parent
b128f924ec
commit
f63f39a686
@ -1,4 +1,4 @@
|
||||
/* Copyright (C) 1992 Free Software Foundation, Inc.
|
||||
/* Copyright (C) 1992, 1993 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
|
||||
The GNU C Library is free software; you can redistribute it and/or
|
||||
@ -18,7 +18,7 @@ Cambridge, MA 02139, USA. */
|
||||
|
||||
#include <math.h>
|
||||
|
||||
/* Return X with its signed changed to Y's. */
|
||||
/* Return X with its sign changed to Y's. */
|
||||
double
|
||||
__copysign (double x, double y)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user