home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-08-25 | 1.2 KB | 57 lines |
- .name
- eCalc
- .type
- Math Tool
- .short
- Program to calculate e (2.71828...)
- .description
- eCalc is a CLI-only program to calculate the mathematical number e to
- any number of decimal places (memory and time limit how many). It is made in
- very optimized assembler and uses the 64 bit 68020 math instructions to be
- as fast as possible. On my 68020/28 it calculates e to 20000 decimals in
- under a minute. It features many options: How often should we save/output
- the current calculation, option to show how far it has come and how long
- a calculation will take.
- .version
- 2.5
- .date
- 1995.07.16
- .author
- Steffen Thorsen
- .distribution
- Freeware
- .requirements
- 68020 or better CPU required, Kickstart 2.04 or better
- .exectype
- 68020
- .tested
- A1200 with Fast Memory
- tested with up to 1000008 decimals
- .address
- Fjordg 8A
- N-4300 Sandnes
- Norway
- .installsize
- 14K
- .docs
- eCalc.doc
- .described-by
- Steffen Thorsen
- .submittal
- Submitted on disk directly by the author
- .aminet-dir
- misc/math
- .execute
- LAB start
- set choice `RequestChoice "eCalc" "Please select an option" "Documentation" "Run" "Cancel"`
- if $choice GT "0"
- if $choice EQ "1"
- MetaTool eCalc.doc TEXT
- else
- if $choice EQ "2"
- WBRun eCalc
- endif
- endif
- skip start BACK
- endif
-