1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-13 09:32:47 +00:00
emacs/lisp/calc
Daniel Brooks 77d9d05df8 Calc parses fractions written using U+2044 FRACTION SLASH
Fractions of the form 123⁄456 are handled as if written 123:456. Note
in particular the difference in behavior from U+2215 DIVISION SLASH
and U+002F SOLIDUS, which result in division rather than a rational
fraction.
* lisp/calc/calc-aent.el (math-read-replacement-list): Substitute a
colon for any fraction slash.  (Bug#66944)

* test/lisp/calc/calc-tests.el (calc-frac-input): Test various
fraction types.

* etc/NEWS:
* doc/misc/calc.texi (Fractions): Mention fraction slash, precomposed
fractions.

Copyright-paperwork-exempt: yes
2024-01-27 16:42:47 +02:00
..
calc-aent.el Calc parses fractions written using U+2044 FRACTION SLASH 2024-01-27 16:42:47 +02:00
calc-alg.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
calc-arith.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
calc-bin.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
calc-comb.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
calc-cplx.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
calc-embed.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
calc-ext.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
calc-fin.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
calc-forms.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
calc-frac.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
calc-funcs.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
calc-graph.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
calc-help.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
calc-incom.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
calc-keypd.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
calc-lang.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
calc-macs.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
calc-map.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
calc-math.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
calc-menu.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
calc-misc.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
calc-mode.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
calc-mtx.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
calc-nlfit.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
calc-poly.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
calc-prog.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
calc-rewr.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
calc-rules.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
calc-sel.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
calc-stat.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
calc-store.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
calc-stuff.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
calc-trail.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
calc-undo.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
calc-units.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
calc-vec.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
calc-yank.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
calc.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
calcalg2.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
calcalg3.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
calccomp.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
calcsel2.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00