emacs-devel
[Top][All Lists]
Advanced

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

math round woes


From: Ivan Kanis
Subject: math round woes
Date: Sat, 30 Aug 2014 11:42:46 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.92 (gnu/linux)

Hello,

I am having problem this week with org-drill failing due to a rounding
error.

(round 586514472.354) -> eval: Arithmetic range error: "round",
586514472.354

I thought I'd patch things with calc:

(require 'calc-arith)
(math-round 586514472.354) -> 586514472.354

I looked at math-round and it calls math-trunk:

(math-trunk 1.1) -> 1.1

What's going on?

I am on the emacs-24 branch.
-- 
Static from nylon underwear.
    -- BOFH excuse #57



reply via email to

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