emacs-devel
[Top][All Lists]
Advanced

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

RE: constant `e'


From: Drew Adams
Subject: RE: constant `e'
Date: Fri, 9 Feb 2007 07:33:38 -0800

> I could consider renaming it (later) if someone suggests a good new
> name.


`numeric-constant-e', and adopt that (or similar) as the convention for
numeric constants: `numeric-constant-pi', etc.

However, I still prefer, in descending order or preference:

1. (exp 1) ; that is, drop the variable altogether
2. (e); that is, make it a function that does (exp 1) or picks up the
memoized value after doing (exp 1 once).





reply via email to

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