changeset 1474:a2a9c320483a

[project @ 1995-09-25 22:01:26 by jwe]
author jwe
date Mon, 25 Sep 1995 22:01:26 +0000
parents 40d91a5824b2
children f33cac781a44
files src/variables.cc
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/variables.cc	Fri Sep 22 09:40:57 1995 +0000
+++ b/src/variables.cc	Mon Sep 25 22:01:26 1995 +0000
@@ -1637,6 +1637,9 @@
 	  do_fortran_indexing,
     "allow single indices for matrices");
 
+  DEFCONST ("e", SBV_e, exp (1.0), 0, 0,
+    "exp (1)");
+
   DEFVAR ("empty_list_elements_ok", SBV_empty_list_elements_ok,
 	  "warn", 0, empty_list_elements_ok,
     "ignore the empty element in expressions like `a = [[], 1]'");