1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-25 01:10:47 -08:00
emacs/lisp/calc
Paul Eggert 89561f72e5 Add log2 support and make log10 obsolete for consistency.
* configure.ac (log2): Check for this function.
* doc/lispref/numbers.texi (Math Functions): Remove obsolete function log10.
* lisp/subr.el (log10): Move here from C code, and declare as obsolete.
All uses of (log10 X) replaced with (log X 10).
* src/floatfns.c (Flog) [HAVE_LOG2]: Use log2 if available and if the
base is 2; this is more accurate.
(Flog10): Move to Lisp (marked obsolete there).
2013-06-20 07:15:42 -07:00
..
.gitignore
calc-aent.el Fix some declarations 2013-05-10 19:27:28 -07:00
calc-alg.el
calc-arith.el
calc-bin.el
calc-comb.el
calc-cplx.el
calc-embed.el
calc-ext.el * lisp/calc/calc-ext.el (math-read-number-fancy): Check for an explicit 2013-03-16 19:19:09 -05:00
calc-fin.el
calc-forms.el
calc-frac.el
calc-funcs.el
calc-graph.el
calc-help.el
calc-incom.el
calc-keypd.el
calc-lang.el
calc-macs.el
calc-map.el
calc-math.el * calc/calc-ext.el (math-to-radians-2, math-from-radians-2): 2013-02-23 19:05:13 -06:00
calc-menu.el Make a few libraries loadable in isolation 2013-05-10 19:25:11 -07:00
calc-misc.el
calc-mode.el
calc-mtx.el
calc-nlfit.el
calc-poly.el
calc-prog.el
calc-rewr.el
calc-rules.el
calc-sel.el
calc-stat.el
calc-store.el
calc-stuff.el
calc-trail.el
calc-undo.el
calc-units.el * calc/calc-units.el (math-extract-units): Preserve powers of units. 2013-05-16 21:57:09 -05:00
calc-vec.el
calc-yank.el
calc.el Add log2 support and make log10 obsolete for consistency. 2013-06-20 07:15:42 -07:00
calcalg2.el * calc/calc-ext.el (math-to-radians-2, math-from-radians-2): 2013-02-23 19:05:13 -06:00
calcalg3.el
calccomp.el
calcsel2.el