how to tell that `50.444124` is a double in anothe...
# getting-started
b
how to tell that
50.444124
is a double in another way than
50.444124.toDouble()
?