eighty_two?
examples
is eighty two check
input
-2.0.eighty_two?
result
false
is eighty two check
input
-2.1.eighty_two?
result
false
eighty two check
input
-1.0.eighty_two?
result
false
is eighty two
input
-1.1.eighty_two?
result
false
minus zero point one eighty two
input
-0.1.eighty_two?
result
false
zero point zero eighty two
input
0.0.eighty_two?
result
false
minus zero point one eighty two
input
-0.1.eighty_two?
result
false
one point zero
input
1.0.eighty_two?
result
false
minus one point one eighty two check
input
-1.1.eighty_two?
result
false
minus two point zero
input
-2.0.eighty_two?
result
false
two point one eighty two
input
2.1.eighty_two?
result
false
true
input
82.0.eighty_two?
result
true
eighty two check
input
82.1.eighty_two?
result
false