Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (math-emacs-precision, math-largest-emacs-expt) | Jay Belanger | 2007-07-22 | 1 | -0/+66 |
| | | | | | | (math-smallest-emacs-expt): New variables. (math-use-emacs-fn): New function. (math-exp-raw): Evaluate with `math-use-emacs-fn', when appropriate. | ||||
* | (math-bignum-digit-length,math-bignum-digit-size,math-small-integer-size): | Jay Belanger | 2007-07-08 | 1 | -5/+4 |
| | | | | Don't eval when compiled. | ||||
* | (math-bignum-logb-digit-size,math-bignum-digit-power-of-two): | Jay Belanger | 2007-07-08 | 1 | -1/+1 |
| | | | | Evaluate when compiled. | ||||
* | (math-bignum-logb-digit-size,math-bignum-digit-power-of-two): Evaluate | Jay Belanger | 2007-07-08 | 1 | -2/+2 |
| | | | | when compiled. | ||||
* | (math-bignum-digit-size,math-small-integer-size): Evaluate when compiled. | Jay Belanger | 2007-07-08 | 1 | -2/+4 |
| | |||||
* | (math-bignum-digit-length): Evaluate when compiled. | Jay Belanger | 2007-07-08 | 1 | -3/+4 |
| | |||||
* | (math-approx-ln-10,math-approx-ln-2): Add docstrings. | Jay Belanger | 2007-07-08 | 1 | -2/+4 |
| | |||||
* | (math-gammap1-raw): Add docstring. | Jay Belanger | 2007-07-08 | 1 | -1/+2 |
| | |||||
* | (math-julian-date-beginning,math-julian-date-beginning-int) New constants. | Jay Belanger | 2007-07-08 | 1 | -19/+16 |
| | | | | | (math-format-date-part,math-parse-standard-date,calcFunc-julian): Use the new constants. | ||||
* | (math-approx-pi,math-approx-sqrt-e,math-approx-gamma-const): | Jay Belanger | 2007-07-07 | 1 | -4/+8 |
| | | | | Add docstrings. | ||||
* | (math-small-factorial-table,math-init-random-base,math-prime-test): | Jay Belanger | 2007-07-07 | 1 | -23/+7 |
| | | | | Remove unnecessary calls to `math-read-number-simple'. | ||||
* | (math-bignum-digit-length): Change to optimal value. | Jay Belanger | 2007-07-07 | 1 | -1/+4 |
| | | | | (math-read-number-simple): Remove leading 0s. | ||||
* | (math-read-number): Replace number by variable. | Jay Belanger | 2007-07-07 | 1 | -3/+11 |
| | | | | (math-read-number-simple): Properly parse small integers. | ||||
* | (math-add-bignum): Replace number by constant. | Jay Belanger | 2007-07-06 | 1 | -2/+2 |
| | |||||
* | (math-bignum-logb-digit-size,math-bignum-digit-power-of-two): New | Jay Belanger | 2007-07-06 | 1 | -23/+35 |
| | | | | | | | | | constants. (math-and-bignum,math-or-bignum,math-xor-bignum,math-diff-bignum) (math-not-bignum,math-clip-bignum): Use the constants math-bignum-digit-power-of-two and math-bignum-logb-digit-size instead of their values. (math-clip): Use math-small-integer-size instead of its value. | ||||
* | (math-random-digit): Rename to `math-random-three-digit-number'. | Jay Belanger | 2007-07-06 | 1 | -12/+13 |
| | | | | (math-random-digits): Don't depend on representation of integers. | ||||
* | (math-small-factorial-table): Replace list by vector. | Jay Belanger | 2007-07-04 | 1 | -13/+12 |
| | |||||
* | (math-padded-polynomial) | David Kastrup | 2007-06-25 | 1 | -0/+6 |
| | | | | (math-partial-fractions): Add some function comments. | ||||
* | (math-scale-bignum-digit-size): Renamed from math-scale-bignum-3. | Jay Belanger | 2007-06-24 | 1 | -5/+6 |
| | | | | | | (math-isqrt-bignum): Use math-scale-bignum-digit-size and math-bignum-digit-size. (math-isqrt-small): Add another possible initial guess. | ||||
* | (math-div2-bignum): Use math-bignum-digit-size. | Jay Belanger | 2007-06-24 | 1 | -1/+1 |
| | |||||
* | (math-init-random-base,math-prime-test): Use math-read-number-simple | Jay Belanger | 2007-06-24 | 1 | -13/+29 |
| | | | | | to insert constants. (math-prime-test): Redo calculation of sum. | ||||
* | (math-fixnum-big): Use the variable math-bignum-digit-size. | Jay Belanger | 2007-06-23 | 1 | -1/+1 |
| | |||||
* | (math-bignum-digit-length,math-bignum-digit-size,math-small-integer-size): | Jay Belanger | 2007-06-23 | 1 | -76/+110 |
| | | | | | | | | | | | | New constants. (math-normalize,math-bignum-big,math-make-float,math-div10-bignum) (math-scale-left,math-scale-left-bignum,math-scale-right) (math-scale-right-bignum,math-scale-rounding,math-add,math-add-bignum) (math-sub-bignum,math-sub,math-mul,math-mul-bignum,math-mul-bignum-digit) (math-idivmod,math-quotient,math-div-bignum,math-div-bignum-digit) (math-div-bignum-part,math-format-bignum-decimal,math-read-bignum): Use math-bignum-digit-length, math-bignum-digit-size and math-small-integer-size. | ||||
* | (math-format-date-part,calc-parse-standard-date,calcFunc-julian): | Jay Belanger | 2007-06-22 | 1 | -4/+4 |
| | | | | Fix incorrect number used in calculations. | ||||
* | (math-approx-ln-10, math-approx-ln-2): New variables to use in caches. | Jay Belanger | 2007-06-22 | 1 | -2/+10 |
| | |||||
* | *** empty log message *** | Jay Belanger | 2007-06-22 | 1 | -75/+75 |
| | |||||
* | (math-small-factorial-table): Eval when compile. | Jay Belanger | 2007-06-22 | 1 | -12/+14 |
| | |||||
* | *** empty log message *** | Jay Belanger | 2007-06-22 | 1 | -8/+8 |
| | |||||
* | (math-approx-pi,math-approx-sqrt-e,math-approx-gamma-const): New | Jay Belanger | 2007-06-22 | 1 | -5/+14 |
| | | | | variables to use in caches. | ||||
* | (math-format-date-part,math-parse-standard-date,calcFunc-julian): | Jay Belanger | 2007-06-22 | 1 | -8/+17 |
| | | | | Replace math-read-number-simple by math-read-number. | ||||
* | (math-besJ0): Replace math-read-number-simple by math-read-number. | Jay Belanger | 2007-06-22 | 1 | -11/+11 |
| | |||||
* | (math-besJ0,math-besJ1,math-besY0,math-besY1,math-bernoulli-b-cache): | Jay Belanger | 2007-06-22 | 1 | -87/+143 |
| | | | | Use math-read-number to insert bignums. | ||||
* | (math-format-date-part,math-parse-standard-date,calcFunc-julian): | Jay Belanger | 2007-06-22 | 1 | -9/+13 |
| | | | | Use `math-read-number-simple' to insert bignums. | ||||
* | (math-defcache): Allow forms to evaluate to initial values. | Jay Belanger | 2007-06-22 | 1 | -8/+19 |
| | | | | | (math-pi,math-sqrt-e,math-gamma-const): Use `math-read-number-simple' to write initial values. | ||||
* | (math-small-factorial-table): New variable. | Jay Belanger | 2007-06-22 | 1 | -8/+15 |
| | | | | (calcFunc-fact): Use `math-small-factorial-table'. | ||||
* | (math-read-number-simple): New function. | Jay Belanger | 2007-06-22 | 1 | -0/+18 |
| | |||||
* | (math-standard-ops): Fix precedence of multiplication. | Jay Belanger | 2007-06-20 | 1 | -2/+2 |
| | |||||
* | (math-compose-expr): Let math-expr-opers equal math-expr-ops. | Jay Belanger | 2007-06-20 | 1 | -0/+1 |
| | |||||
* | (calc-finish-stack-edit): Let math-expr-opers equal the function | Jay Belanger | 2007-06-20 | 1 | -1/+1 |
| | | | | math-standard-ops rather than the variable math-standard-opers. | ||||
* | (calc-read-parse-table): Let math-expr-opers equal the function | Jay Belanger | 2007-06-20 | 1 | -1/+1 |
| | | | | math-standard-ops rather than the variable math-standard-opers. | ||||
* | (calc-set-language,math-read-big-rec): Let math-expr-opers equal the | Jay Belanger | 2007-06-20 | 1 | -2/+2 |
| | | | | | function math-standard-ops rather than the variable math-standard-opers. | ||||
* | (math-read-plain-expr,math-format-flat-expr-fancy): Let | Jay Belanger | 2007-06-20 | 1 | -2/+2 |
| | | | | | math-expr-opers equal the function math-standard-ops rather than the variable math-standard-opers. | ||||
* | (calc-embedded-finish-edit): Let math-expr-opers equal the function | Jay Belanger | 2007-06-20 | 1 | -1/+1 |
| | | | | math-standard-ops rather than the variable math-standard-opers. | ||||
* | (calc-do-calc-eval): Let math-expr-opers equal the function | Jay Belanger | 2007-06-20 | 1 | -4/+8 |
| | | | | | | | | math-standard-ops rather than the variable math-standard-opers. (calc-algebraic-entry): Let math-expr-opers equal math-standard-ops or math-expr-ops, as appropriate. (math-expr-read-level,math-read-factor): Let math-expr-opers equal math-expr-ops. | ||||
* | (calc-multiplication-has-precendence): New variable. | Jay Belanger | 2007-06-20 | 1 | -3/+32 |
| | | | | | | (math-standard-ops,math-standard-ops-p,math-expr-ops): New functions. (math-expr-opers): Define using math-standard-ops rather than math-standard-opers. | ||||
* | (calc-full-help): Use emacs-copyright. | Glenn Morris | 2007-06-07 | 1 | -1/+1 |
| | |||||
* | Update maintainer's address. | Jay Belanger | 2007-04-23 | 41 | -42/+42 |
| | |||||
* | Update maintainer's address. | Jay Belanger | 2007-04-23 | 1 | -2/+2 |
| | | | | (calc-bug-address): Update maintainer's address. | ||||
* | (calc-version): New function. | Jay Belanger | 2007-04-16 | 1 | -0/+5 |
| | |||||
* | (calc-trail-mode): Shorten the title. | Jay Belanger | 2007-04-16 | 1 | -2/+1 |
| |