Plot the new math functions and their condition numbers.
authorTaylor R Campbell <campbell@mumble.net>
Mon, 8 Jul 2019 00:57:25 +0000 (00:57 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Mon, 8 Jul 2019 00:57:25 +0000 (00:57 +0000)
commite45856cff387760b88ec63428ed17ec742f8e5c9
tree90d4b3ed2401cf2c8be57f01d88ca5e3b7df0fac
parenta82359862ee7c72dfb90a2f0d9d5a72908256938
Plot the new math functions and their condition numbers.

Plots are done purely in PostScript, so no additional tools required
on top of the existing PostScript/PDF stack we essentially already
depended on.  Plots are cubic spline interpolations computed by a
little automatic differentiation library in PostScript.

Fix some mistakes in the prose characterizations of the condition
numbers that I had written.
24 files changed:
doc/make-common.in
doc/ref-manual/Makefile.in
doc/ref-manual/fig/cn-expm1.eps [new file with mode: 0644]
doc/ref-manual/fig/cn-log1mexp.eps [new file with mode: 0644]
doc/ref-manual/fig/cn-log1p.eps [new file with mode: 0644]
doc/ref-manual/fig/cn-log1pexp.eps [new file with mode: 0644]
doc/ref-manual/fig/cn-logistic.eps [new file with mode: 0644]
doc/ref-manual/fig/cn-logistichalf.eps [new file with mode: 0644]
doc/ref-manual/fig/cn-logit.eps [new file with mode: 0644]
doc/ref-manual/fig/cn-logitexp.eps [new file with mode: 0644]
doc/ref-manual/fig/cn-logithalf.eps [new file with mode: 0644]
doc/ref-manual/fig/cn-loglogistic.eps [new file with mode: 0644]
doc/ref-manual/fig/expm1.eps [new file with mode: 0644]
doc/ref-manual/fig/log1mexp.eps [new file with mode: 0644]
doc/ref-manual/fig/log1p.eps [new file with mode: 0644]
doc/ref-manual/fig/log1pexp.eps [new file with mode: 0644]
doc/ref-manual/fig/logistic.eps [new file with mode: 0644]
doc/ref-manual/fig/logistichalf.eps [new file with mode: 0644]
doc/ref-manual/fig/logit.eps [new file with mode: 0644]
doc/ref-manual/fig/logitexp.eps [new file with mode: 0644]
doc/ref-manual/fig/logithalf.eps [new file with mode: 0644]
doc/ref-manual/fig/loglogistic.eps [new file with mode: 0644]
doc/ref-manual/numbers.texi
doc/ref-manual/scheme.texinfo