Lets say we have a function that gets as input a real number and returns its reverse
e.g. 123.12 -> 21.321
So what happens when the input is a number α that has infinitely many digits. Does then reverse(α) exist as a number? Is this number well defined?