wiz
51f391f530
Convert to mdoc.
2011-09-17 13:28:51 +00:00
jruoho
20aafc300b
Remove rest of the NOTES and ERRORS and references to pow(3) family.
2011-09-17 10:52:52 +00:00
jruoho
a6e1d3b208
Split out pow(3) from exp(3).
2011-09-17 10:51:52 +00:00
wiz
45c370fce8
Fix Dt.
2011-09-13 08:51:32 +00:00
njoly
d7d196e168
Add missing El macro.
2011-09-13 07:28:30 +00:00
njoly
fab32cf3a1
Remove xrefs to ieee(3) man page which does not exists anymore.
2011-09-13 07:11:43 +00:00
jruoho
6fd7775f29
Split out the logarithm functions from the perplex exp(3). Also remove some
...
useless notes in the latter (namely, no one cares that financial calculations
were done on Hewlett-Packard HP-71B, or that there is a LN1() in Pascal).
2011-09-13 05:26:47 +00:00
wiz
43675611fd
Fix special chars and spacing in previous.
2011-09-12 17:08:22 +00:00
jruoho
82f75e1495
Improve and update. Also note again the lack of tanhl() in NetBSD.
2011-09-12 16:08:42 +00:00
jruoho
bc80f14d3c
Update and improve, and note that the long double variant is not supported.
2011-09-12 14:44:27 +00:00
wiz
23e71456ea
ort SEE ALSO.
2011-08-06 11:09:22 +00:00
jruoho
6cfcd0daec
Deprecate ieee(3).
2011-08-06 11:01:12 +00:00
jruoho
c19246b80a
Split out the scalbn(3) family out from ieee(3) and properly document it.
2011-08-06 10:51:26 +00:00
joerg
cee5599b68
Add logbl(3).
2011-08-03 14:13:07 +00:00
wiz
0dd055cd7a
Add serial comma.
2011-08-02 10:15:03 +00:00
wiz
50fca4b971
Fix typo in function name.
2011-08-02 10:08:24 +00:00
joerg
5ccaf4b804
Add ilogbl(3).
2011-07-28 22:32:28 +00:00
joerg
bff4ba20de
Add scalbnl(3) mlinks.
2011-07-28 21:10:25 +00:00
jruoho
31061e207a
Split out the ilogb(3) family out of ieee(3) and properly document it.
2011-05-10 06:38:33 +00:00
christos
5b8e5cb4eb
Fix markup
2011-04-16 23:58:01 +00:00
jruoho
e77640da5b
Merge floor(3) to ceil(3).
2011-04-16 05:48:50 +00:00
jruoho
9d56ec39d7
Split out from ieee(3) also the remainder(3) and copysign(3) families.
2011-04-13 04:57:10 +00:00
jruoho
9305ee0c33
Split the nextafter(3) family of functions to their own page and properly
...
document these.
2011-04-12 07:29:50 +00:00
christos
e60f59b973
remquo{,f} from FreeBSD via Stathis Kamperis
2011-02-06 00:44:08 +00:00
christos
e2a86dd3c7
Commit SoC long double support from Stathis Kamperis
2010-09-15 16:11:28 +00:00
wiz
ab7858d6ea
Remove reference to fpresetsticky(3), which doesn't exist.
...
From Stathis Kamperis.
2010-08-07 18:13:12 +00:00
wiz
33c5cb75ad
Remove trailing comma in enumeration, make HTML-ready.
2010-08-04 18:58:28 +00:00
wiz
3b43a9401a
Remove trailing comma in enumeration.
2010-08-04 18:58:18 +00:00
joerg
7f1183f226
Add support for fenv.h interface for i386 and amd64.
...
Submitted by Stathis Kamperis as part of GSoC 2010 and ported from
FreeBSD.
2010-07-31 21:47:52 +00:00
joerg
9741664022
\\* -> \*
2010-05-14 03:10:24 +00:00
jruoho
f08e16091d
Note that rest of the functions come from C99.
2010-05-03 05:35:58 +00:00
joerg
79b996cbc6
Don't mix opening and closing macros of different types.
2010-04-29 08:35:03 +00:00
joerg
ffec7f50c0
Fix escape sequences
2010-04-05 21:33:25 +00:00
snj
d4a6f9b098
These functions are going to first appear in 5.1, not 6.0.
2010-03-08 02:35:50 +00:00
christos
de3b931d80
merge conflicting error sections.
2010-01-12 15:51:01 +00:00
christos
5f7c431ef4
Add exp2 and exp2m
2010-01-11 16:28:39 +00:00
wiz
00f6672d21
Mention NetBSD in HISTORY as well.
2009-10-04 22:11:22 +00:00
christos
26573d8819
add f{min,max,dim}{,l,f} from FreeBSD
2009-10-04 22:04:30 +00:00
drochner
7fc72a801d
remove references to old cabs()
2007-02-26 12:10:56 +00:00
drochner
7161d089aa
-get cabs() and cabsf() out of public view - these are historical and
...
conflict with C99 functions which are builtins in newer gcc
(actually, the old cabs() is ABI compatible with the new _complex one
on i386, but this is purely accidental)
remove public prototypes and manpages, move the code into a compat
subdirectory as libc does so that binary compatibility is kept
-add a manpage for the isgreater() etc macros, borrowed from FreeBSD
2007-02-22 22:08:17 +00:00
drochner
51086becae
move manpages for frexp/ldexp/modf to libm -- the (most) implementation is
...
already there
2006-07-03 16:03:56 +00:00
wiz
e4293af91f
Sort SEE ALSO, bump date for previous.
2006-04-04 20:26:33 +00:00
drochner
75d99205fc
we don't have FE_TOWARDZERO (yet), refer to FP_RZ instead
2006-03-31 12:17:41 +00:00
xtraeme
500730a394
Mention trunc(3), reminded by kjk.
2006-03-26 02:02:38 +00:00
kleink
f4003bf348
Add LIBRARY.
2006-03-25 22:18:40 +00:00
uwe
2660f98628
Uncomment crossreference to round(3), we do have one.
2006-03-25 20:03:06 +00:00
uwe
0b2a86e51d
Uncomment crossreference to trunc now that we have it.
2006-03-25 20:01:36 +00:00
xtraeme
f1336fbda3
Add trunc() and truncf() C99 functions, from FreeBSD.
2006-03-25 16:41:11 +00:00
wiz
ca5de9d73f
Bump date for previous.
2006-03-15 22:09:06 +00:00
kleink
d73d316468
Add nan(3), nanf(3), and nanl(3); welcome libm.so.0.4.
2006-03-15 22:07:08 +00:00