thirty_two?
examples
invalid_method_calls_false
input
-2.0.thirty_two?
result
false
negative float false
input
-2.1.thirty_two?
result
false
negative number false
input
-1.0.thirty_two?
result
false
negative float false
input
-1.1.thirty_two?
result
false
negative float false
input
-0.1.thirty_two?
result
false
zero float false
input
0.0.thirty_two?
result
false
negative float false
input
-0.1.thirty_two?
result
false
one float false
input
1.0.thirty_two?
result
false
negative float false
input
-1.1.thirty_two?
result
false
dash two point zero space thirty underscore two question
input
-2.0.thirty_two?
result
false
two point one thirty two question
input
2.1.thirty_two?
result
false
thirty two float true
input
32.0.thirty_two?
result
true
thirty two point one thirty two question
input
32.1.thirty_two?
result
false