diff src/settings.sml @ 1571:f403e129c276

Primitive int/float functions: ceil, float, round, trunc
author Adam Chlipala <adam@chlipala.net>
date Sat, 08 Oct 2011 17:23:58 -0400
parents df6a7a22760a
children 154cfe2eb366
line wrap: on
line diff
--- a/src/settings.sml	Sat Oct 08 14:16:13 2011 -0400
+++ b/src/settings.sml	Sat Oct 08 17:23:58 2011 -0400
@@ -270,6 +270,11 @@
                           ("debug", "alert"),
                           ("naughtyDebug", "alert"),
 
+                          ("floatFromInt", "float"),
+                          ("ceil", "ceil"),
+                          ("trunc", "trunc"),
+                          ("round", "round"),
+
                           ("now", "now"),
                           ("timeToString", "showTime"),
                           ("htmlifyTime", "showTime"),