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

sixty_two?

Decimal
examples
negative decimal check
input
-2.0.sixty_two?
result
false
negative decimal check
input
-2.1.sixty_two?
result
false
negative decimal check
input
-1.0.sixty_two?
result
false
negative decimal check
input
-1.1.sixty_two?
result
false
negative decimal check
input
-0.1.sixty_two?
result
false
zero decimal sixty two check
input
0.0.sixty_two?
result
false
negative decimal sixty two check
input
-0.1.sixty_two?
result
false
one point zero sixty two check
input
1.0.sixty_two?
result
false
invalid negative check
input
-1.1.sixty_two?
result
false
negative decimal check
input
-2.0.sixty_two?
result
false
two point one sixty two check
input
2.1.sixty_two?
result
false
sixty two check
input
62.0.sixty_two?
result
true
sixty two check
input
62.1.sixty_two?
result
false