Forum: Python Jan 23rd, 2008 |
| Replies: 6 Views: 3,015 Vegaseat, you really ought to try to give people an idea instead of just writing code for them. People learn better when they can solve the problem themselves. A little direction --a nudge this way... |
Forum: Python Nov 4th, 2007 |
| Replies: 1 Views: 1,788 Float types are just the hardware's floating point data type. Usually this is an IEEE single (4-bytes), double (8-bytes), or extended (10-bytes).
The problem with these is that they approximate... |