mirror of
https://sourceware.org/git/glibc.git
synced 2025-10-12 19:04:54 +03:00
Formerly alpha/__copysign.c.~2~
This commit is contained in:
@@ -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.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
@@ -18,7 +18,7 @@ Cambridge, MA 02139, USA. */
|
|||||||
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
/* Return X with its signed changed to Y's. */
|
/* Return X with its sign changed to Y's. */
|
||||||
double
|
double
|
||||||
__copysign (double x, double y)
|
__copysign (double x, double y)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user