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

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

Re: Floating Point computations in elisp


From: Michael Heerdegen
Subject: Re: Floating Point computations in elisp
Date: Fri, 18 Dec 2020 09:22:30 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Christopher Dimech <dimech@gmx.com> writes:

> How can I do floating point computations in elisp
>
> (setq frc (/ tpd 60.0))

Like (/ (float tpd) 60.0).

Michael.




reply via email to

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