diff options
| author | joerg <joerg@NetBSD.org> | 2011-07-26 16:10:15 +0000 |
|---|---|---|
| committer | joerg <joerg@NetBSD.org> | 2011-07-26 16:10:15 +0000 |
| commit | f363aaa8561cd43a8f7ceafe0a31bfc2b5740545 (patch) | |
| tree | af2788e152e53b28cd5a5c71524d1240d0317728 /include | |
| parent | c8fc07cf75ebd25d6811851404585a9c6ce0d99f (diff) | |
Add scalbnl to libm.
Diffstat (limited to 'include')
| -rw-r--r-- | include/math.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/math.h b/include/math.h index 83863417507..f6644855a21 100644 --- a/include/math.h +++ b/include/math.h @@ -1,4 +1,4 @@ -/* $NetBSD: math.h,v 1.54 2011/02/06 00:44:08 christos Exp $ */ +/* $NetBSD: math.h,v 1.55 2011/07/26 16:10:15 joerg Exp $ */ /* * ==================================================== @@ -497,6 +497,9 @@ int __isinfl(long double); int __isnanl(long double); int __signbitl(long double); #endif + +long double scalbnl(long double, int); + __END_DECLS #endif /* _MATH_H_ */ |
