all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* math round woes
@ 2014-08-30  9:42 Ivan Kanis
  2014-08-30  9:55 ` David Kastrup
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Ivan Kanis @ 2014-08-30  9:42 UTC (permalink / raw)
  To: Emacs Development List

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



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-08-30 20:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-30  9:42 math round woes Ivan Kanis
2014-08-30  9:55 ` David Kastrup
2014-08-30  9:57 ` Andreas Schwab
2014-08-30 15:59   ` Ivan Kanis
2014-08-30 16:02     ` Andreas Schwab
2014-08-30 10:29 ` Rüdiger Sonderfeld
2014-08-30 20:01   ` Ivan Kanis

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.