hello,
it look like rounding error. the rejected 91 is not really 91, but
90.999999 or similar. using a [i] object, it is converted to 90.
that would be one solution. the problem is that in other moments there
will be floats there. what is the best way to avoid these errors? (had
read about them, but never happened to me before)