diff options
author | murray <murray@FreeBSD.org> | 2011-02-20 05:29:00 +0000 |
---|---|---|
committer | murray <murray@FreeBSD.org> | 2011-02-20 05:29:00 +0000 |
commit | 13343e496db627156bf26e73ed6147099d6a48c1 (patch) | |
tree | bcad078e51d717318a0d3f210f1e7a1628445bfa /lib/msun/Makefile | |
parent | d2d0dfcef9790d58420cd354fbdd3055738d8797 (diff) | |
download | FreeBSD-src-13343e496db627156bf26e73ed6147099d6a48c1.zip FreeBSD-src-13343e496db627156bf26e73ed6147099d6a48c1.tar.gz |
Add complex(3) manual page documenting our partial support for C99
complex arithmetic in libm.
Reviewed by: David Schultz <das@FreeBSD.org>
MFC after: 2 weeks
Diffstat (limited to 'lib/msun/Makefile')
-rw-r--r-- | lib/msun/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/msun/Makefile b/lib/msun/Makefile index 0048e25..7950961 100644 --- a/lib/msun/Makefile +++ b/lib/msun/Makefile @@ -131,7 +131,8 @@ MAN= acos.3 acosh.3 asin.3 asinh.3 atan.3 atan2.3 atanh.3 ceil.3 \ fma.3 fmax.3 fmod.3 hypot.3 ieee.3 ieee_test.3 ilogb.3 j0.3 \ lgamma.3 log.3 lrint.3 lround.3 math.3 nan.3 \ nextafter.3 remainder.3 rint.3 \ - round.3 scalbn.3 signbit.3 sin.3 sinh.3 sqrt.3 tan.3 tanh.3 trunc.3 + round.3 scalbn.3 signbit.3 sin.3 sinh.3 sqrt.3 tan.3 tanh.3 trunc.3 \ + complex.3 MLINKS+=acos.3 acosf.3 acos.3 acosl.3 MLINKS+=acosh.3 acoshf.3 |