Skip to content

utilitte/asserts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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