X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/749763de96a5ee04709644b5776347b48f0c50f0..a84fe7c2dacb79ac1549bc6d3ac1c85e44b91e68:/usr/src/include/math.h diff --git a/usr/src/include/math.h b/usr/src/include/math.h index 7b0ec9ebf9..f483a374b5 100644 --- a/usr/src/include/math.h +++ b/usr/src/include/math.h @@ -1,10 +1,10 @@ -/* math.h 4.5 %G% */ +/* math.h 4.6 %G% */ extern double asinh(), acosh(), atanh(); extern double erf(), erfc(); extern double exp(), expm1(), log(), log10(), log1p(), pow(); -extern double fabs(), floor(), ceil(); -extern double gamma(); +extern double fabs(), floor(), ceil(), rint(); +extern double lgamma(); extern double hypot(), cabs(); extern double copysign(), drem(), logb(), scalb(); extern int finite();