freebsd-src/lib/msun/man
Steve Kargl 3b5e0d0f96 * Makefile:
. Add s_erfl.c to building libm.
  . Add MLINKS for erfl.3 and erfcl.3.

* Symbol.map:
  . Move erfl and erfcl to their proper location.

* ld128/s_erfl.c:
  . Implementations of erfl and erfcl in the IEEE 754 128-bit format.

* ld80/s_erfl.c:
  . Implementations of erfl and erfcl in the Intel 80-bit format.

* man/erf.3:
  . Document the new functions.
  . While here, remove an incomplete sentence.

* src/imprecise.c:
  . Remove the stupidity of mapping erfl and erfcl to erf and erfc.

* src/math.h:
  . Move the declarations of erfl and erfcl to their proper place.

* src/s_erf.c:
  . For architectures where double and long double are the same
    floating point format, use weak references to map erfl to
    erf and ercl to erfc.

Reviewed by:	bde (many earlier versions)
2014-07-13 17:05:03 +00:00
..
acos.3
acosh.3 Add implementations of acoshl(), asinhl(), and atanhl(). This is a 2013-06-10 06:04:58 +00:00
asin.3
asinh.3 Add implementations of acoshl(), asinhl(), and atanhl(). This is a 2013-06-10 06:04:58 +00:00
atan.3
atan2.3 mdoc: spell out theta, the Unicode glyph is hard to read for terminal fonts 2010-06-09 07:31:32 +00:00
atanh.3 Add implementations of acoshl(), asinhl(), and atanhl(). This is a 2013-06-10 06:04:58 +00:00
cacos.3 I'm happy to finally commit stephen@'s implementations of cacos, 2013-05-30 04:49:26 +00:00
ccos.3 I'm happy to finally commit stephen@'s implementations of cacos, 2013-05-30 04:49:26 +00:00
ccosh.3 I'm happy to finally commit stephen@'s implementations of cacos, 2013-05-30 04:49:26 +00:00
ceil.3
cexp.3 Minor mdoc fix. 2012-09-11 17:40:06 +00:00
cimag.3
complex.3 I'm happy to finally commit stephen@'s implementations of cacos, 2013-05-30 04:49:26 +00:00
copysign.3
cos.3 Add c{cos,sin,tan}{,h}{,f} functions. This is joint work with 2011-10-17 05:41:03 +00:00
cosh.3 * msun/man/cosh.3: 2013-12-31 23:59:33 +00:00
csqrt.3 mdoc: fix column names, indentation, column separation within each row, and 2012-04-07 09:05:30 +00:00
erf.3 * Makefile: 2014-07-13 17:05:03 +00:00
exp.3 ld80 and ld128 implementations of expm1l(). This code started life 2013-06-03 19:51:32 +00:00
fabs.3
fdim.3 Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while 2010-08-16 15:18:30 +00:00
feclearexcept.3
feenableexcept.3
fegetenv.3
fegetround.3
fenv.3 Minor corrections and clarifications regarding exceptions. 2011-10-21 14:23:59 +00:00
floor.3
fma.3
fmax.3
fmod.3
hypot.3
ieee.3 mdoc: avoid nested displays. 2012-10-14 14:45:54 +00:00
ieee_test.3
ilogb.3
j0.3
lgamma.3
log.3 Add logl, log2l, log10l, and log1pl. 2013-06-03 09:14:31 +00:00
lrint.3
lround.3
math.3 It's no longer accurate to say that math.h "constitute[s] the C math 2011-10-17 06:10:32 +00:00
nan.3
nextafter.3
remainder.3 mdoc: spell macros correctly, there's no need for the backslash escape 2010-06-02 10:20:38 +00:00
rint.3
round.3
scalbn.3
signbit.3
sin.3 Add c{cos,sin,tan}{,h}{,f} functions. This is joint work with 2011-10-17 05:41:03 +00:00
sinh.3 * msun/man/cosh.3: 2013-12-31 23:59:33 +00:00
sqrt.3 Implement the long double version for the cube root function, cbrtl. 2011-03-12 16:50:39 +00:00
tan.3 Add c{cos,sin,tan}{,h}{,f} functions. This is joint work with 2011-10-17 05:41:03 +00:00
tanh.3 * msun/man/cosh.3: 2013-12-31 23:59:33 +00:00
trunc.3