code guest register log in programs messages repl prompts data documentation source about privacy terms /up french production

twenty_two?

Decimal
examples
is twenty two
input
-2.0.twenty_two?
result
false
minus two point one twenty two
input
-2.1.twenty_two?
result
false
minus one point zero twenty two
input
-1.0.twenty_two?
result
false
minus one point one twenty two
input
-1.1.twenty_two?
result
false
minus zero point one twenty two
input
-0.1.twenty_two?
result
false
zero point zero twenty two
input
0.0.twenty_two?
result
false
minus zero point one twenty two
input
-0.1.twenty_two?
result
false
one point zero twenty two
input
1.0.twenty_two?
result
false
minus one point one twenty two
input
-1.1.twenty_two?
result
false
minus two point zero twenty two
input
-2.0.twenty_two?
result
false
two point one twenty two
input
2.1.twenty_two?
result
false
twenty two zero twenty two true
input
22.0.twenty_two?
result
true
twenty two point one twenty two
input
22.1.twenty_two?
result
false