Add "To Float" and "From Float" operations

This commit is contained in:
Alan C 2019-10-07 20:02:28 +08:00
parent 06708949a1
commit 794e0effba
7 changed files with 329 additions and 3 deletions

View file

@ -39,6 +39,7 @@ import "./tests/Crypt.mjs";
import "./tests/CSV.mjs";
import "./tests/DateTime.mjs";
import "./tests/ExtractEmailAddresses.mjs";
import "./tests/Float.mjs";
import "./tests/Fork.mjs";
import "./tests/FromDecimal.mjs";
import "./tests/Hash.mjs";