mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 06:18:38 +09:00
Issue #1291 - Part 3: Update fdlibm to Sept 2019 version
This commit is contained in:
parent
b6c0bdd7da
commit
ddb1aaaee3
16 changed files with 163 additions and 102 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* @(#)s_fabs.c 5.1 93/09/24 */
|
||||
/* @(#)s_fabs.c 5.1 93/09/24 */
|
||||
/*
|
||||
* ====================================================
|
||||
* Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
|
||||
|
|
@ -10,9 +10,8 @@
|
|||
* ====================================================
|
||||
*/
|
||||
|
||||
#ifndef lint
|
||||
//static char rcsid[] = "$FreeBSD$";
|
||||
#endif
|
||||
//#include <sys/cdefs.h>
|
||||
//__FBSDID("$FreeBSD$");
|
||||
|
||||
/*
|
||||
* fabs(x) returns the absolute value of x.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue