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: Eli Zaretskii
Subject: bug#64441: 29.0.92; elisp arithmetic error at ielm prompt
Date: Mon, 03 Jul 2023 19:53:54 +0300

> Date: Mon, 3 Jul 2023 16:20:34 GMT
> From:  Van Ly via "Bug reports for GNU Emacs,
>  the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
> 
> The following calculation errors in elisp.
> 
>   ELISP> (/ (* (/ 3 4) (/ 7 13)) (/ 5 12))
>   *** Eval error ***  Arithmetic error

You are dividing zero by zero.

This is not a bug.

> The SBCL repl doesn't.

Emacs is not SBCL.





reply via email to

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