diff options
author | Araq <rumpf_a@web.de> | 2014-12-30 02:52:51 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-12-30 02:52:51 +0100 |
commit | 334097a03a13f4e4e42a25d896be7d9b2cd113d4 (patch) | |
tree | 3f3e01bc0a7a013a98049688293d6057d2faf9e9 /web | |
parent | 4a6565f8c2d958f30c8504abf725eef2e69250c0 (diff) | |
download | Nim-334097a03a13f4e4e42a25d896be7d9b2cd113d4.tar.gz |
website: better formating
Diffstat (limited to 'web')
-rw-r--r-- | web/news.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/web/news.txt b/web/news.txt index cca2aaeee..75c574405 100644 --- a/web/news.txt +++ b/web/news.txt @@ -137,9 +137,9 @@ Compiler Additions - The following procs are now available at compile-time:: math.sqrt, math.ln, math.log10, math.log2, math.exp, math.round, - math.arccos, math.arcsin, math.arctan, math.arctan2, math.cos, math.cosh, - math.hypot, math.sinh, math.sin, math.tan, math.tanh, math.pow, - math.trunc, math.floor, math.ceil, math.fmod, + math.arccos, math.arcsin, math.arctan, math.arctan2, math.cos, + math.cosh, math.hypot, math.sinh, math.sin, math.tan, math.tanh, + math.pow, math.trunc, math.floor, math.ceil, math.fmod, os.getEnv, os.existsEnv, os.dirExists, os.fileExists, system.writeFile |