Jay Belanger
7841a7ddd2
Mention the lowering of the precedence of negation.
2007-10-27 20:28:27 +00:00
Jay Belanger
ca54ae34f4
(math-oper-table): Lower precedence of negation for C, TeX, and eqn.
2007-10-27 20:25:45 +00:00
Jay Belanger
c8d0074405
(math-standard-opers): Lower the precedence of negation.
2007-10-27 20:24:52 +00:00
Jay Belanger
0317ca7890
(math-simplify-units-quotient): Replace missing exponent.
2007-10-24 01:51:40 +00:00
Jay Belanger
437806ed0b
Add some recent news.
2007-10-20 15:51:12 +00:00
Jay Belanger
16635351f5
(math-largest-emacs-expt): Remove unnecessary condition check.
2007-10-01 18:16:03 +00:00
Jay Belanger
86e405cfcb
calc-math.el (math-largest-emacs-expt): Handle the cases when expt
...
doesn't give range errors.
2007-10-01 03:18:00 +00:00
Jay Belanger
f1640784ad
(math-smallest-emacs-expt): Make the computation more robust.
2007-10-01 02:53:29 +00:00
Jay Belanger
0f3955d99c
(calc-convert-units, calc-convert-temperature): Remove unnecessary
...
colons.
2007-09-26 06:00:47 +00:00
Juanma Barranquero
2a78421d93
(calc-digit-map, calc-dispatch-map, calc-mode, calc-quit):
...
Use `mapc' rather than `mapcar'.
2007-09-26 00:09:32 +00:00
Juanma Barranquero
09040c8d89
(math-build-units-table): Use mapc' rather than
mapcar'.
2007-09-26 00:08:16 +00:00
Juanma Barranquero
4d2a9fe4a4
(calc-flush-caches): Use mapc' rather than
mapcar'.
2007-09-26 00:07:37 +00:00
Juanma Barranquero
19449d1d81
(calc-var-name-map): Use mapc' rather than
mapcar'.
2007-09-26 00:07:05 +00:00
Juanma Barranquero
ab58914bb6
(another-calc): Use mapc' rather than
mapcar'.
2007-09-26 00:06:32 +00:00
Juanma Barranquero
c740ee8b90
(calc-full-help): Use mapc' rather than
mapcar'.
2007-09-26 00:06:05 +00:00
Juanma Barranquero
e80155aa0a
(calc-init-extensions, calc-reset): Use mapc' rather than
mapcar'.
2007-09-26 00:05:27 +00:00
Jay Belanger
94a954954c
(var-TimeZone): Make nil the default value.
...
(math-calendar-tzinfo): New variable.
(math-get-calendar-tzinfo): New function.
(calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
to get information when zone is nil.
2007-08-25 01:37:13 +00:00
Jay Belanger
82472f457c
(math-approx-ln-10, math-approx-ln-2): Remove `eval-when-compile's.
2007-08-17 20:20:29 +00:00
Jay Belanger
c6254f53a5
(math-besJ0, math-besJ1, math-besY0, math-besY1)
...
(math-bernoulli-b-cache): Remove `eval-when-compile's.
2007-08-17 20:20:03 +00:00
Jay Belanger
89027174d3
(math-approx-pi,math-approx-sqrt-e,math-approx-gamma-const):
...
Remove `eval-when-compile's.
2007-08-17 20:19:36 +00:00
Jay Belanger
2aad2a8401
(math-small-factorial-table): Remove `eval-when-compile's.
2007-08-17 20:19:11 +00:00
Jay Belanger
b411074b9d
(math-bignum-logb-digit-size,math-bignum-digit-power-of-two):
...
Remove `eval-when-compile's.
2007-08-17 20:18:45 +00:00
Jay Belanger
37cecd78a0
(math-bignum-digit-length): Compute the appropriate value.
2007-08-17 20:18:16 +00:00
Jay Belanger
7026903cf3
(math-standard-units): Give exact conversion for tsp.
2007-08-17 19:57:14 +00:00
Jay Belanger
82f36338e6
(calc-language-alist): Add texinfo-mode.
2007-08-17 03:57:06 +00:00
Jay Belanger
a21f3259fd
(math-standard-units): Update values. Put in exact values when
...
possible.
(math-unit-prefixes): Replace floats with powers of ten.
(math-standard-units-systems): Replace floats with integers.
(math-make-unit-string): Remove extra spaces in output.
2007-08-15 15:42:58 +00:00
Jay Belanger
8f26ce7300
calc-aent.el
...
calc-do-quick-calc: Add base 2 to the list of outputs of integers.
2007-08-14 14:52:51 +00:00
Jay Belanger
5360ea16a4
(math-get-standard-units,math-get-units,math-make-unit-string)
...
(math-get-default-units,math-put-default-units): New functions.
(math-default-units-table): New variable.
(calc-convert-units, calc-convert-temperature): Add machinery to
supply default values.
2007-08-14 05:24:35 +00:00
Jay Belanger
e6cd99dc69
(calc-convert-temperature): Use `/' to create fractions.
2007-08-07 21:06:29 +00:00
Jay Belanger
bdf007a02b
(math-nlfit-curve): Remove unnecessary variables.
...
(math-nlfit-givens): Let bind free variables.
2007-08-05 13:22:45 +00:00
Miles Bader
975418f0cb
Add arch tagline
2007-08-05 02:09:12 +00:00
Jay Belanger
2230383b2e
(calc-curve-fit): Change plot indicator.
2007-08-04 15:12:22 +00:00
Jay Belanger
48b097e0c2
(calc-curve-fit): Change plot indicator.
2007-08-04 04:39:35 +00:00
Jay Belanger
def4f741fc
(calc-curve-fit): Add "plot" indicator.
2007-08-04 04:33:07 +00:00
Jay Belanger
08626df898
New file.
2007-08-04 03:54:14 +00:00
Jay Belanger
b07251cc94
(calc-curve-fit): Add support for nonlinear curves and plotting.
2007-08-04 03:52:06 +00:00
Jay Belanger
480e4ad156
(calc-graph-format-data,calc-graph-add-curve): Check for error forms.
...
(calc-graph-set-styles): Add option for error forms.
2007-08-03 05:25:03 +00:00
Jay Belanger
6a599ca51f
(math-get-value,math-get-sdev,math-contains-sdev): New functions.
2007-08-03 05:21:43 +00:00
Jay Belanger
17cc361e49
(math-sqrt-raw,math-sin-raw-2,math-cos-raw-2,math-arctan-raw)
...
(math-ln-raw): Use native Emacs functions, when appropriate.
2007-08-02 04:10:17 +00:00
Miles Bader
9aecacd08a
Merge from emacs--rel--22
...
Patches applied:
* emacs--rel--22 (patch 70-73)
- Update from CVS
2007-07-25 Glenn Morris <rgm@gnu.org>
* Relicense all FSF files to GPLv3 or later.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828
2007-07-26 05:28:10 +00:00
Glenn Morris
61a31ddcf4
Switch license to GPLv3 or later.
2007-07-25 08:16:16 +00:00
Glenn Morris
075969b476
Switch license to GPLv3 or later.
2007-07-25 03:51:22 +00:00
Jay Belanger
178b8bafc2
(math-emacs-precision, math-largest-emacs-expt)
...
(math-smallest-emacs-expt): New variables.
(math-use-emacs-fn): New function.
(math-exp-raw): Evaluate with `math-use-emacs-fn', when appropriate.
2007-07-22 03:34:39 +00:00
Jay Belanger
236e165a5a
(math-bignum-digit-length,math-bignum-digit-size,math-small-integer-size):
...
Don't eval when compiled.
2007-07-08 01:40:33 +00:00
Jay Belanger
9f2dcb8bcf
(math-bignum-logb-digit-size,math-bignum-digit-power-of-two):
...
Evaluate when compiled.
2007-07-08 00:26:02 +00:00
Jay Belanger
4346200eb9
(math-bignum-logb-digit-size,math-bignum-digit-power-of-two): Evaluate
...
when compiled.
2007-07-08 00:18:06 +00:00
Jay Belanger
9066adc420
(math-bignum-digit-size,math-small-integer-size): Evaluate when compiled.
2007-07-08 00:14:16 +00:00
Jay Belanger
a6a0d3cbf5
(math-bignum-digit-length): Evaluate when compiled.
2007-07-08 00:11:09 +00:00
Jay Belanger
94c95a358a
(math-approx-ln-10,math-approx-ln-2): Add docstrings.
2007-07-08 00:06:26 +00:00
Jay Belanger
3bf971143f
(math-gammap1-raw): Add docstring.
2007-07-08 00:01:06 +00:00