tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
lib
/
libm
/
man
/
at
trash-bin2
63 files
acos.3
man pages: add missing word, The foo() ... -> The foo() function ...
4 years ago
acosh.3
function args must not use .Ar and EDOM and ERANGE require .Er; mostly mechanical diff similar to what Emil Engler just sent for sqrt(3)
4 years ago
asin.3
function args must not use .Ar and EDOM and ERANGE require .Er; mostly mechanical diff similar to what Emil Engler just sent for sqrt(3)
4 years ago
asinh.3
function args must not use .Ar and EDOM and ERANGE require .Er; mostly mechanical diff similar to what Emil Engler just sent for sqrt(3)
4 years ago
atan.3
Remove predefined strings from libm pages.
10 years ago
atan2.3
function args must not use .Ar and EDOM and ERANGE require .Er; mostly mechanical diff similar to what Emil Engler just sent for sqrt(3)
4 years ago
atanh.3
function args must not use .Ar and EDOM and ERANGE require .Er; mostly mechanical diff similar to what Emil Engler just sent for sqrt(3)
4 years ago
cacos.3
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
13 years ago
cacosh.3
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
13 years ago
carg.3
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
13 years ago
casin.3
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
13 years ago
casinh.3
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
13 years ago
catan.3
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
13 years ago
catanh.3
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
13 years ago
ccos.3
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
13 years ago
ccosh.3
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
13 years ago
ceil.3
no longer any need to quote macro lines with >9 args; From: Jan Stary
12 years ago
cexp.3
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
13 years ago
cimag.3
I am retiring my old email address; replace it with my OpenBSD one.
7 years ago
clog.3
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
13 years ago
conj.3
I am retiring my old email address; replace it with my OpenBSD one.
7 years ago
copysign.3
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
13 years ago
cos.3
More Version 1 AT&T UNIX history. This became possible because copies of the original v1 manuals have shown up on the Internet some time ago. Reminded by Sevan Janiyan <venture37 at geeklan dot co dot uk>.
6 years ago
cosh.3
function args must not use .Ar and EDOM and ERANGE require .Er; mostly mechanical diff similar to what Emil Engler just sent for sqrt(3)
4 years ago
cpow.3
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
13 years ago
cproj.3
I am retiring my old email address; replace it with my OpenBSD one.
7 years ago
creal.3
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
13 years ago
csin.3
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
13 years ago
csinh.3
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
13 years ago
csqrt.3
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
13 years ago
ctan.3
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
13 years ago
ctanh.3
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
13 years ago
erf.3
For exceptional cases of mathematical formulae that can't reasonably be represented otherwise, use eqn(7). Idea originally from bentley@, feedback and OK bentley@, OK tb@, and no objection from jmc@.
8 years ago
exp.3
function args must not use .Ar and EDOM and ERANGE require .Er; mostly mechanical diff similar to what Emil Engler just sent for sqrt(3)
4 years ago
fdim.3
Remove predefined strings from libm pages.
10 years ago
feclearexcept.3
remove macro instances from arbitrary string width specifiers. for example
5 years ago
feenableexcept.3
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
13 years ago
fegetenv.3
improve markup quality in the cases found by the new "--" style message
8 years ago
fegetround.3
remove macro instances from arbitrary string width specifiers. for example
5 years ago
floor.3
more library history facts checked by sobrado@ style tweaks and ok jmc@
12 years ago
fma.3
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
13 years ago
fmax.3
Remove predefined strings from libm pages.
10 years ago
fmod.3
insert missing .Ns
4 years ago
hypot.3
function args must not use .Ar and EDOM and ERANGE require .Er; mostly mechanical diff similar to what Emil Engler just sent for sqrt(3)
4 years ago
ilogb.3
Align with C99 (and our implementation) and describe the return values for NaN and 0 arguments using FP_ILOGB0 and FP_ILOGBNAN.
5 years ago
j0.3
function args must not use .Ar and EDOM and ERANGE require .Er; mostly mechanical diff similar to what Emil Engler just sent for sqrt(3)
4 years ago
lgamma.3
For exceptional cases of mathematical formulae that can't reasonably be represented otherwise, use eqn(7). Idea originally from bentley@, feedback and OK bentley@, OK tb@, and no objection from jmc@.
8 years ago
logb.3
Remove predefined strings from libm pages.
10 years ago
lrint.3
Remove references to math(3).
14 years ago
lround.3
no longer any need to quote macro lines with >9 args; From: Jan Stary
12 years ago
nan.3
Remove predefined strings from libm pages.
10 years ago
nextafter.3
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
13 years ago
remainder.3
Remove predefined strings from libm pages.
10 years ago
rint.3
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
13 years ago
round.3
Remove references to math(3).
14 years ago
scalbn.3
Remove predefined strings from libm pages.
10 years ago
sin.3
Xr; from jan stary
8 years ago
sincos.3
function args must not use .Ar and EDOM and ERANGE require .Er; mostly mechanical diff similar to what Emil Engler just sent for sqrt(3)
4 years ago
sinh.3
more library history facts checked by sobrado@ style tweaks and ok jmc@
12 years ago
sqrt.3
basic mdoc(7) macro cleanup; patch from me at EmilEngler dot com
4 years ago
tan.3
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
13 years ago
tanh.3
man pages: add missing commas in enumerations
4 years ago
trunc.3
no longer any need to quote macro lines with >9 args; From: Jan Stary
12 years ago