home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-12 | 660 b | 46 lines |
- .name
- DQua
- .type
- Math Tool
- .short
- A simple quadratic equation solver
- .description
- A simple quadratic equation solver
- .version
- 1.2
- .author
- Lee Kindness
- .requirements
- WB2+
- .distribution
- Copyrighted but Freely Redistributable
- .address
- Lee Kindness
- 8 Craigmarn Road
- Portlethen Village
- Aberdeen AB1 4QR
- SCOTLAND
- .docs
- Distribution.doc
- DQua.doc
- .described-by
- Richard Fish
- .submittal
- Submitted on disk directly by the author.
- .aminet-dir
- misc/math
- .execute
- set choice `RequestChoice "DQua" "Please select an option" "View Doc" "Run Program" "Cancel"`
-
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool DQua.doc TEXT
- endif
-
- if $choice EQ "2"
- DQua
- endif
-