| |
| | cubic.sml |
 | | Compilers for the language C often perform operations on single precision variables ('float') in double precision, converting back to single precision for storage. |
 | | A resolution of 1 in 1,000,000 should in principle be achievable using single precision floating point (32 bit) arithmetic, which would be more than adequate for most current displays. |
 | | For example, using a VAX8600, the time taken to solve 10,000 different quartics was 6 seconds, for Fortran single precision (using f77), 15 seconds for C single precision (using cc), and 16 seconds for C using double precision. |
| www.acooke.org /jara/mllib/cubic.sml (11583 words) |
|