emacs/lisp/calc
Stefan Kangas 7c7cf3e8c8 Prefer '(evenp A)' to '(= 0 (logand A 1))'
* lisp/calc/calc-arith.el (calcFunc-dint):
* lisp/calculator.el (calculator-expt):
* lisp/emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
* lisp/emacs-lisp/elint.el (elint-check-defcustom-form):
* lisp/ps-print.el (ps-print-page-p):
(ps-print-sheet-p): Prefer '(evenp A)' to '(= 0 (logand A 1))' and
variations thereof.
2025-02-17 19:30:44 +01:00
..
calc-aent.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
calc-alg.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
calc-arith.el Prefer '(evenp A)' to '(= 0 (logand A 1))' 2025-02-17 19:30:44 +01:00
calc-bin.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
calc-comb.el Prefer '(evenp A)' to '(= 0 (% A 2))' 2025-02-17 05:37:10 +01:00
calc-cplx.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
calc-embed.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
calc-ext.el Prefer oddp/evenp to cl-oddp/cl-evenp 2025-02-17 05:37:10 +01:00
calc-fin.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
calc-forms.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
calc-frac.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
calc-funcs.el Prefer '(oddp A)' to '(= 1 (% A 2))' 2025-02-17 05:37:10 +01:00
calc-graph.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
calc-help.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
calc-incom.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
calc-keypd.el Prefer '(evenp A)' to '(= 0 (% A 2))' 2025-02-17 05:37:10 +01:00
calc-lang.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
calc-macs.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
calc-map.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
calc-math.el Prefer '(evenp A)' to '(= 0 (% A 2))' 2025-02-17 05:37:10 +01:00
calc-menu.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
calc-misc.el Prefer '(evenp A)' to '(= 0 (% A 2))' 2025-02-17 05:37:10 +01:00
calc-mode.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
calc-mtx.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
calc-nlfit.el Delete redundant lambdas around unary functions 2025-02-11 19:04:00 +01:00
calc-poly.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
calc-prog.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
calc-rewr.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
calc-rules.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
calc-sel.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
calc-stat.el Prefer '(evenp A)' to '(= 0 (% A 2))' 2025-02-17 05:37:10 +01:00
calc-store.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
calc-stuff.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
calc-trail.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
calc-undo.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
calc-units.el Avoid ln(10) expression in calc units definition 2025-02-03 14:01:11 +01:00
calc-vec.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
calc-yank.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
calc.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
calcalg2.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
calcalg3.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
calccomp.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
calcsel2.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00