home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / misc / math / picalc / product-info < prev   
Fred Fish's Product-Info  |  1995-10-21  |  1KB  |  53 lines

  1. .name
  2. piCalc
  3. .type
  4. Math Tool
  5. .short
  6. Program to calculate pi (3.1415...)
  7. .description
  8. piCalc is a CLI-only program to calculate the mathematical number pi to
  9. any number of decimal places (memory and time limit how many). It is made in
  10. very optimized assembler and uses the 64 bit 68020 math instructions to be
  11. as fast as possible. On my 68020/28 it calculates pi to 10000 decimals in
  12. under a minute. It features many options: How often should we save/output
  13. the current calculation, option to show how far it has come and how long
  14. a calculation will take.
  15. .version
  16. 2.6
  17. .date
  18. 1995.09.27
  19. .author
  20. Steffen Thorsen
  21. .distribution
  22. Freeware
  23. .requirements
  24. 68020 or better CPU required, Kickstart 2.04 or better
  25. .exectype
  26. 68020
  27. .tested
  28. A1200 with Fast Memory
  29. tested with up to 1000008 decimals, seems to give correct numbers
  30. .address
  31. Fjordg 8A
  32. N-4300 Sandnes
  33. Norway
  34. .installsize
  35. 14K
  36. .docs
  37. piCalc.doc
  38. .described-by
  39. Steffen Thorsen
  40. .submittal
  41. Submitted on disk directly by the author
  42. .aminet-dir
  43. misc/math
  44. .execute
  45. set choice `RequestChoice "PiCalc" "Please select an option" "Documentation" "Cancel"`
  46. if $choice EQ "0"
  47.   quit 5
  48. endif
  49.  
  50. if $choice EQ "1"
  51.   MetaTool piCalc.doc TEXT
  52. endif
  53.