diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/news.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index 3dd6c4e1e..3290baa5c 100644 --- a/web/news.txt +++ b/web/news.txt @@ -61,6 +61,8 @@ Library Additions - Added ``strscans`` module that implements a ``scanf`` for easy input extraction. - Added a version of ``parseutils.parseUntil`` that can deal with a string ``until`` token. The other versions are for ``char`` and ``set[char]``. +- Added ``splitDecimal`` to ``math.nim`` to split a floating point value + into an integer part and a floating part (in the range -1<x<1). Compiler Additions |