bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#64441: 29.0.92; elisp arithmetic error at ielm prompt


From: Van Ly
Subject: bug#64441: 29.0.92; elisp arithmetic error at ielm prompt
Date: Mon, 3 Jul 2023 16:20:34 GMT

Hello,

The following calculation errors in elisp.

  ELISP> (/ (* (/ 3 4) (/ 7 13)) (/ 5 12))
  *** Eval error ***  Arithmetic error

The SBCL repl doesn't.

  CL-USER> (/ (* (/ 3 4) (/ 7 13)) (/ 5 12))
  63/65 (0.9692308, 1260/13%)

Steps to reproduce the error.

  1. start using, 'emacs -Q'
  2. get to the ielm elisp prompt, 'M-x ielm'
  3. enter the above calculation

Attachment: bug-gnu-emacs-report.text
Description: bug-gnu-emacs-report


reply via email to

[Prev in Thread] Current Thread [Next in Thread]