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 |