diff options
author | S. Gilles <sgilles@math.umd.edu> | 2018-02-27 20:19:32 -0500 |
---|---|---|
committer | S. Gilles <sgilles@math.umd.edu> | 2018-03-12 23:43:21 -0400 |
commit | 96cb72770eb9c9bf3259ebb4647ef88092438808 (patch) | |
tree | dc66ea9b4bfbccbbf9e96dd8ae4ec2ae90481e45 /lib/bld.sub | |
parent | 755433e998180ba049bc22975b8ecffa23bf0357 (diff) | |
download | mc-96cb72770eb9c9bf3259ebb4647ef88092438808.tar.gz |
Implement a few simple floating-point functions
Proof of concept. Trunc/floor/ceil are probably the simplest FP
functions that require bit-poking.
Diffstat (limited to 'lib/bld.sub')
-rw-r--r-- | lib/bld.sub | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/bld.sub b/lib/bld.sub index 97effae..8bcceb8 100644 --- a/lib/bld.sub +++ b/lib/bld.sub @@ -8,6 +8,7 @@ sub = inifile iter json + math regex std sys |