Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

You specify real numbers should be represented using 64-bit (double) IEEE representation. What should the precision for integers be and should we worry about overflow or divide by zero?

0
Posted

You specify real numbers should be represented using 64-bit (double) IEEE representation. What should the precision for integers be and should we worry about overflow or divide by zero?

0

To accommodate different language implementations, we’ll be pretty loose here. Your integers should support at least 24 bits worth of precision. The output of a GML program is undefined if either integer overflow or division by 0 occurs.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123