Issue #1291 - Part 3: Update fdlibm to Sept 2019 version

This commit is contained in:
wolfbeast 2019-11-15 15:17:01 +01:00 committed by Roy Tam
commit ddb1aaaee3
16 changed files with 163 additions and 102 deletions

View file

@ -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.