opnsense-src/lib/msun/man
Edward Tomasz Napierala 5a38af1fb8 Introduce <sys/qmath.h>, a fixed-point math library from Netflix.
This makes it possible to perform mathematical operations
on
fractional values without using floating point. It operates on Q
numbers, which are integer-sized, opaque structures initialized
to hold a chosen number of integer and fractional
bits.


For a general description of the Q number system, see the "Fixed Point
Representation & Fractional Math" whitepaper[1]; for the actual
API see the qmath(3) man page.

This is one of dependencies for the upcoming stats(3) framework[2]
that will be applied to the TCP stack in a later commit.

1. https://www.superkits.net/whitepapers/Fixed%20Point%20Representation%20&%20Fractional%20Math.pdf
2. https://reviews.freebsd.org/D20477

Reviewed by:	bcr (man pages, earlier version), sef (earlier version)
Discussed with:	cem, dteske, imp, lstewart
Sponsored By:	Klara Inc, Netflix
Obtained from:	Netflix
Differential Revision:	https://reviews.freebsd.org/D20116
2019-08-27 11:46:22 +00:00
..
acos.3 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
acosh.3 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
asin.3 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
asinh.3 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
atan.3 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
atan2.3 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
atanh.3 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
cacos.3 cacos(3): correct spelling of 'I' 2017-12-31 00:55:00 +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 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
cexp.3 mdoc: improvements to SEE ALSO. 2014-12-27 08:22:58 +00:00
cimag.3
clog.3 clog.3, complex.3: Fix typos and igor style issues 2018-06-06 16:25:00 +00:00
complex.3 msun: add ld80/ld128 powl, cpow, cpowf, cpowl from openbsd 2018-07-15 00:23:10 +00:00
copysign.3 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
cos.3 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
cosh.3 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
cpow.3 msun: add ld80/ld128 powl, cpow, cpowf, cpowl from openbsd 2018-07-15 00:23:10 +00:00
csqrt.3 csqrt(3): Fix some typos in the manual page 2018-11-04 14:11:38 +00:00
erf.3 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
exp.3 Recommit r336497: Fix powl, cpow, cpowf, and cpowl imports from OpenBSD 2018-07-20 18:27:30 +00:00
fabs.3 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
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 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
fma.3
fmax.3
fmod.3 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
hypot.3 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
ieee.3 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
ieee_test.3 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
ilogb.3 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
j0.3 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
lgamma.3 Correct r326748, indicating that tgammal(3) is mapped to tgamma(3), not 2017-12-10 23:03:13 +00:00
log.3 Add logl, log2l, log10l, and log1pl. 2013-06-03 09:14:31 +00:00
lrint.3
lround.3
math.3 Introduce <sys/qmath.h>, a fixed-point math library from Netflix. 2019-08-27 11:46:22 +00:00
nan.3
nextafter.3 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
remainder.3 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
rint.3 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
round.3
scalbn.3 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
signbit.3
sin.3 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
sincos.3 Implement sincos, sincosf, and sincosl. 2017-05-28 06:13:38 +00:00
sinh.3 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
sqrt.3 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
tan.3 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
tanh.3 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
trunc.3