diff options
author | Andreas Rumpf <andreas@andreas-desktop> | 2010-01-21 19:05:14 +0100 |
---|---|---|
committer | Andreas Rumpf <andreas@andreas-desktop> | 2010-01-21 19:05:14 +0100 |
commit | 0ea4b71eec1fc2b738b203e4196f281be49d6aae (patch) | |
tree | e301abea641bd18e57db05cd98829ba196e97ca5 /lib/pure/math.nim | |
parent | b50133b50f12025faf4801558f7e42cd96493da0 (diff) | |
download | Nim-0ea4b71eec1fc2b738b203e4196f281be49d6aae.tar.gz |
atomic is now a keyword
Diffstat (limited to 'lib/pure/math.nim')
-rwxr-xr-x | lib/pure/math.nim | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/pure/math.nim b/lib/pure/math.nim index 50226f0f4..cf4b6d95c 100755 --- a/lib/pure/math.nim +++ b/lib/pure/math.nim @@ -1,12 +1,14 @@ # # # Nimrod's Runtime Library -# (c) Copyright 2009 Andreas Rumpf +# (c) Copyright 2010 Andreas Rumpf # # See the file "copying.txt", included in this # distribution, for details about the copyright. # +## Constructive mathematics is naturally typed. -- Simon Thompson +## ## Basic math routines for Nimrod. ## This module is available for the ECMAScript target. |