Add cabs() and drem(), for BSD libm compatibility.

This commit is contained in:
jtc 1994-03-01 17:16:19 +00:00
parent efcdc02b30
commit 29576d7ee9
1 changed files with 3 additions and 1 deletions

View File

@ -11,7 +11,7 @@
/*
* from: @(#)fdlibm.h 5.1 93/09/24
* $Id: math.h,v 1.7 1994/02/14 02:11:39 cgd Exp $
* $Id: math.h,v 1.8 1994/03/01 17:16:19 jtc Exp $
*/
#ifndef _MATH_H_
@ -168,6 +168,8 @@ extern double scalbn __P((double, int));
/*
* BSD math library entry points
*/
extern double cabs();
extern double drem __P((double, double));
extern double expm1 __P((double));
extern double log1p __P((double));