Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 523 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 523 Bytes

Numbers

type accepts returns
floatish 10, 15.5, '14', '14.1', '14.0' all float
integerish 10, 15.5, '14', '14.1', '14.0' all int
numeric 10, 15.5, '14', '14.1', '14.0' int, float, string, string, string
number 10, 15.5, '14', '14.1', '14.0' int, float, int, float, int