1. INF?
- Posted by Tor Bernhard Gausen <tor.gausen at C2I.NET> Jul 16, 1999
- 483 views
Hey !?! Euphoria returns "Overflow in math functions" when I attept stuff like: power(10, 309) power(10, 308) returns 1e+308 but not INF, like Refman says it should. Refman says nothing about oveflow errors, though. I'm trying to make a mathematical genetic algorithm, and this algorithm produces numbers which can be hard to keep within boundaries. An INF atom would have been easier to deal with than this error. Is there something wrong with my computer? Thanks, Tor