I've tracked this down now. It's normal that you can INF in double precision mode: the maximum value that can be represented here is around 1e300. In Extended precision, you get 1066.something which is the correct value. However, there was a bug in Arbitrary precision mode that caused NAN to be returned. I'll fix this for the upcoming 6.03 update.
I've tracked this down now. It's normal that you can INF in double precision mode: the maximum value that can be represented here is around 1e300. In Extended precision, you get 1066.something which is the correct value. However, there was a bug in Arbitrary precision mode that caused NAN to be returned. I'll fix this for the upcoming 6.03 update.