1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-06 07:31:13 -08:00
emacs/lisp/calc
Tino Calancha c48e539226 Use the expression angle units while simplifying it
Don't use the angle mode, use the angle units included
in the expression instead (Bug#23889).
* lisp/calc/calc-alg.el (calc-input-angle-units): New defun.
(math-simplify): Use it.
* lisp/calc/calc-forms.el (math-to-hms, math-from-hms):
Don't use calc-angle-mode if math-simplifying-units is non-nil.
* lisp/calc/calc-math.el (calcFunc-nroot, math-from-radians)
(math-to-radians-2, math-from-radians-2): Don't convert angle
to radians if math-simplifying-units is non-nil.
* test/lisp/calc/calc-tests.el (test-calc-23889): Add test.
2017-05-18 14:47:06 +09:00
..
calc-aent.el
calc-alg.el Use the expression angle units while simplifying it 2017-05-18 14:47:06 +09:00
calc-arith.el
calc-bin.el
calc-comb.el Use iteration in math-factorial-iter 2017-04-18 11:25:13 -07:00
calc-cplx.el
calc-embed.el require cl-lib to fix fallout from mhtml series 2017-04-06 07:36:36 -06:00
calc-ext.el
calc-fin.el
calc-forms.el Use the expression angle units while simplifying it 2017-05-18 14:47:06 +09:00
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 Use the expression angle units while simplifying it 2017-05-18 14:47:06 +09:00
calc-menu.el
calc-misc.el Replace QUIT with maybe_quit 2017-01-25 21:25:37 -08:00
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-vec.el
calc-yank.el
calc.el
calcalg2.el
calcalg3.el
calccomp.el
calcsel2.el