Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Excellent Quest

Name: Anonymous 2009-11-26 10:50

http://sourceforge.net/projects/excellentquest/

Made that a few weeks ago. Just started writing Python. You like?

It still has quite a few errors that I haven't uploaded fixes for. I'll get around to it eventually.

Name: Anonymous 2009-11-27 8:12

>>26
In fact, the treatment of numbers is one of the trickiest and most confusing aspects of any programming language. Some typical issues involved are these: Some computer systems distinguish integers, such as 2, from real numbers, such as 2.71. Is the real number 2.00 different from the integer 2? Are the arithmetic operations used for integers the same as the operations used for real numbers? Does 6 divided by 2 produce 3, or 3.0? How large a number can we represent? How many decimal places of accuracy can we represent? Is the range of integers the same as the range of real numbers? Above and beyond these questions, of course, lies a collection of issues concerning roundoff and truncation errors -- the entire science of numerical analysis.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List