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

forty_two?

Decimal
examples
forty two
input
-2.0.forty_two?
result
false
dash two point one forty two
input
-2.1.forty_two?
result
false
dash one point zero forty two
input
-1.0.forty_two?
result
false
dash one point one forty two
input
-1.1.forty_two?
result
false
dash zero point one forty two
input
-0.1.forty_two?
result
false
zero point zero forty two
input
0.0.forty_two?
result
false
dash 0 point 1 forty two
input
-0.1.forty_two?
result
false
one point zero forty two
input
1.0.forty_two?
result
false
dash one point one forty two
input
-1.1.forty_two?
result
false
dash two point zero forty two
input
-2.0.forty_two?
result
false
two point one forty two
input
2.1.forty_two?
result
false
forty two check
input
42.0.forty_two?
result
true
forty two point one fifty two
input
42.1.forty_two?
result
false