Add Float function to convert strings and integers to floats

This commit is contained in:
Bartłomiej Pluta
2019-07-27 12:48:17 +02:00
parent c9a3fc070b
commit d802c58eee
4 changed files with 33 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
from smnp.module.float.function import float
functions = [ float.function ]
methods = []