Is there a built-in limit on the size of the result of factorial() ? It seems that the limit is 254! and 255! is just "infinity." I was hoping it would be limited only by available memory (32MB RAM and 256MB Flash)....
...and perhaps got a little more than what I bargained for. I typed in 250! through 254! and then converted the result for 254! into a string (length is 503 chars). With those results on the CAS screen, I proceed to create a new program and lo and behold:
Insufficient Memory!
Say what?! I check my memory with [Shift][Mem] and see that I have only used up 4KB in the CAS.
Edited: 2 Oct 2013, 10:18 p.m. after one or more responses were posted