AminetAminet
Search:
84799 packages online
About
Recent
Browse
Search
Upload
Setup
Services

misc/fish/fish-0104.lha

Mirror:Random
Showing: m68k-amigaos iconppc-amigaos iconppc-morphos iconi386-aros iconi386-amithlon iconppc-warpup iconppc-powerup icongeneric icon
No screenshot available
Short:Fish disk 0104
Uploader:Fish Disks <aminet aminet net>
Type:misc/fish
Architecture:m68k-amigaos
Date:1996-02-16
Download:misc/fish/fish-0104.lha - View contents
Readme:misc/fish/fish-0104.readme
Downloads:524

This is disk 104 of the freely distributable AMIGA software library.
This disk contains a copy of Glenn Everhart's large and powerful
spreadsheet program called AnalytiCalc, submitted to me directly by
Glenn for inclusion in the library.  The remainder of this file
is Glenn's "Abstract.txt" file that describes AnalytiCalc.
Source and documentation is included on the disk in arc'd form because
it otherwise would not all fit on the disk.

====================

	AnalytiCalc Abstract:

	AnalytiCalc is a large and powerful spreadsheet program with
sufficient extra features to have some pretentions of acting as an
"integrated system". It is a virtual memory system supporting up to
18000 columns and 18000 rows, multiple equations per cell, an outlining
system, built-in cell annotation, and datafile access from any cell(s)
of the sheet, plus an array of functions not present in most commercial
spreadsheets. This disk represents the initial Amiga port of AnalytiCalc,
and as such the console interface is somewhat crude and in addition requires
use of a custom keymap (one such is supplied) for sensible operation. This
will be improved upon, but meanwhile the program is released with complete
sources, documents, and executables. The graphics program and the DIF
file access program are not yet ported; these will be released when
they are ready. AnalytiCalc for the Amiga uses files compatible with those
for AnalytiCalc on MS-DOS, VMS, or RSX-11M or IAS. An example project
planner spreadsheet is included in the distribution to show off some of
the things you can do. More example sheets will be forthcoming in the
future. AnalytiCalc also supports matrix math, FFTs, infinite windowing,
linear regression, date arithmetic, internal and external macros, LOTS
of cell addressing modes, goal seeking in up to 8 dimensions, and more.

	AnalytiCalc requires perhaps 600K of RAM memory, at least one
360K diskette drive, and AmigaDOS 1.2, plus a larger than default stack.
Display sizes supported can be up to 132 characters wide by up to 76
lines long. Sorry; I don't think AnalytiCalc supports proportional
fonts very well, though it should manage not to be totally brain damaged
with them. The manual requires an 80 column printer.
	To see the documentation you need either a printer 80 columns wide
to print it, or an 80 column screen to view it on.

        SOME DO-NOT'S

        1.  DO NOT use AnalytiCalc until you have read the documentation.

        2.  DO NOT forget to make regular backup copies of your database.

        3.  DO NOT exit (X) the progam without saving your work if you
	    want it saved. (You will be asked to confirm you really want
	    to leave, however.)

        GETTING STARTED.

        If you haven't already printed the documentation, please do so
        before trying to operate AnalytiCalc. Then, READ IT!  You should
        also make sure that you have placed a "write-protect" tab on your
        AnalytiCalc distribution diskettes, so that they can't be
        accidentally erased or overwritten.

        You should now make a copy of your AnalytiCalc disks.  These will
        also serve as your "run-time" system diskettes.

	De-archive AnalyExe.Arc and AnalyDoc.Arc at least onto a blank
	disk and read the document files and release notes. You'll need
	a bit of AmigaDos familiarity to set things up (read how to use
	the ASSIGN command and the SETMAP command and ASSIGN something as
	DK:; also set your stack large with the STACK command.) If you
	are using disk file memory, FACC is a good thing to use also. PLEASE
	READ THE MANUALS though, to save us all a lot of headaches.

        SOME MAXIMUMS AND MINIMUMS.
             Minimum RAM Memory required .....................about  600K
             Minimum Disk Drives required...............................1
             Minimum Disk Storage required...........................880K
	     Number of Columns......................................18000
	     Number of Rows.........................................18000
	     Maximum Length of Formulas (characters)..................109
	     Number of cells that can be full at once...............18000
	     Number of simultaneous named areas permitted.............300
	     Number of scratch cells outside spreadsheet...............60
	     Precision of calculations (digits; 8 bytes used)..........16
	     Total maximum storage managed (bytes)..............2,113,020
	     Maximum depth of document nesting (outline processor)......4
	     Maximum number of parameters varying to goal seek..........8
	     Maximum record size for data files accessed as database..128
	     Maximum number of files namable in one sheet.........>18000
	     Maximum cell columns displayable on one screen............20
	     Maximum number of rows displayable in one display.........75
	     Maximum simultaneous different cell display formats per
		sheet (taken from large set)...........................76
	     Length of format specification (characters)................9


        DISCLAIMER.

        In no event will the Author be liable to you for any damages,
        including any lost profits, lost savings or other incidental or
        consequential dmages arising out of the use of or inability to use
        these programs, even if the Author has been advised of the
        possibility of such damages, or for any claim by any other party.


        THE USER-SUPPORTED CONCEPT.

                               User-Supported Software
           You are encouraged to copy and share this program with others.
             If after evaluating this program you find it to be useful,
                         I trust you to send a $10.00 payment.

			       Glenn C. Everhart
                               25 Sleigh Ride Rd.
			       Glen Mills, Pa. 19342

To Be Done:
Future plans for AnalytiCalc:
	1. Add TAN, ASIN, ACOS, and 2-argument ATAN (one argument ATAN
	is present now). (Done in VAX version; trivial mod.)
	2. Interface to raw: device instead of con: device and add more
	flexible parsing of keystrokes so custom keymaps can be junked.
	3. Allow data files to be on a logical device. (Actually, FACC
	may make this need obsolete).
	4. Minor cleanups to XQTCMD and a couple other places to clean
	up and more thoroughly bullet proof the code.
	5. Fix bugs as they are discovered.
	6. Allow use on non-interlaced screens by redoing the two command
	and display windows as pseudo-requestors.

Auxiliary files:
	1. Port DIFDB (DIF to database or AnalytiCalc saved format and
	back converter) to Amiga.
	2. Port PCGRAF to Amiga.
	3. Port some of the BASIC graphics packages to Amiga. Possibly
	compile some of them.
	4. Supply the Business Expense Report, manpower planner, and
	income tax templates as extra examples. Possibly do a game of 
	LIFE template too, just for fun.

Other programs:
	Port the RIM relational DBMS to Amiga as a companion piece. (This
	has already been done porting from CDC to VAX to MSDOS (the last
	by me), and should be straightforward).

I have found that Absoft Fortran 2.3 is a stable and usable compiler and
would like to acknowledge gratefully its contribution. He who wants to
add to or modify AnalytiCalc needs Absoft Fortran 2.3 (or later, I suppose)
to build it with. Anyone who has Absoft Fortran-020 for the 68020 is
invited to recompile this program to use the faster chips. I didn't have
either money or machine to try a 68020/68881 version, but see no reason
why it would fail.

	Glenn Everhart
	5 October 1987



Contents of misc/fish/fish-0104.lha
 PERMSSN    UID  GID    PACKED    SIZE  RATIO METHOD CRC     STAMP          NAME
---------- ----------- ------- ------- ------ ---------- ------------ -------------
[generic]                   62      62 100.0% -lh0- 4c4c Oct 15  1987 .info
[generic]                  301     974  30.9% -lh5- 7192 Oct 15  1987 AnalytiCalc.info
[generic]                   60      60 100.0% -lh0- 2186 Oct 15  1987 AnalytiCalc/.info
[generic]                  359     845  42.5% -lh5- 0d9b Oct 15  1987 AnalytiCalc/AF03.CMD
[generic]                  296     572  51.7% -lh5- 3842 Oct 15  1987 AnalytiCalc/AF06.CMD
[generic]                   87      92  94.6% -lh5- 70a2 Oct 15  1987 AnalytiCalc/AF09.CMD
[generic]                79472  231376  34.3% -lh5- 388b Oct 15  1987 AnalytiCalc/Analy
[generic]                  892    1472  60.6% -lh5- 426e Oct 15  1987 AnalytiCalc/Analy1.Key
[generic]                   79      79 100.0% -lh0- 4393 Oct 15  1987 AnalytiCalc/CF01.CMD
[generic]                 1553    2890  53.7% -lh5- 51dd Oct 15  1987 AnalytiCalc/CF02.CMD
[generic]                  298     579  51.5% -lh5- e5fb Oct 15  1987 AnalytiCalc/CF06.CMD
[generic]                  293     974  30.1% -lh5- f29f Oct 15  1987 AnalytiCalc/Doc.info
[generic]                   23      23 100.0% -lh0- 1de9 Oct 15  1987 AnalytiCalc/Doc/.info
[generic]               129748  129748 100.0% -lh0- 88a2 Oct 15  1987 AnalytiCalc/Doc/AnalyDoc.arc
[generic]                  207     334  62.0% -lh5- 32a0 Oct 15  1987 AnalytiCalc/Doc/DocAddendum.txt
[generic]                  206     320  64.4% -lh5- ed2f Oct 15  1987 AnalytiCalc/Doc/README
[generic]                  440    2566  17.1% -lh5- d42e Oct 15  1987 AnalytiCalc/Doc/README.info
[generic]                   57      58  98.3% -lh5- 4506 Oct 15  1987 AnalytiCalc/F02.CMD
[generic]                  143     174  82.2% -lh5- 9878 Oct 15  1987 AnalytiCalc/F06.CMD
[generic]                   65      65 100.0% -lh0- 6bcd Oct 15  1987 AnalytiCalc/F07.CMD
[generic]                   67      67 100.0% -lh0- 8cf5 Oct 15  1987 AnalytiCalc/F08.CMD
[generic]                   79     105  75.2% -lh5- 5179 Oct 15  1987 AnalytiCalc/GRF.BAT
[generic]                   71      71 100.0% -lh0- 2f71 Oct 15  1987 AnalytiCalc/INS.CMD
[generic]                 1486    3179  46.7% -lh5- 8da7 Oct 15  1987 AnalytiCalc/License.Txt
[generic]                  440    2566  17.1% -lh5- 4a32 Oct 15  1987 AnalytiCalc/License.Txt.info
[generic]                 3862   30720  12.6% -lh5- ebdd Oct 15  1987 AnalytiCalc/PCCHELP.HLP
[generic]                  508     931  54.6% -lh5- 2064 Oct 15  1987 AnalytiCalc/PPLN.DOC
[generic]                 1368    6939  19.7% -lh5- 3346 Oct 15  1987 AnalytiCalc/PPLN80.PCC
[generic]                  286     428  66.8% -lh5- 2231 Oct 15  1987 AnalytiCalc/PPLN8CP.CMD
[generic]                  158     216  73.1% -lh5- 64a4 Oct 15  1987 AnalytiCalc/PPLN8P2.CMD
[generic]                 1459    2611  55.9% -lh5- 1067 Oct 15  1987 AnalytiCalc/Readme.1st
[generic]                  437    2566  17.0% -lh5- e497 Oct 15  1987 AnalytiCalc/Readme.1st.info
[generic]                 2408    5117  47.1% -lh5- c5b6 Oct 15  1987 AnalytiCalc/RelNotes.Txt
[generic]                  444    2566  17.3% -lh5- 01fd Oct 15  1987 AnalytiCalc/RelNotes.Txt.info
[generic]                  298     974  30.6% -lh5- 4709 Oct 15  1987 AnalytiCalc/Src.info
[generic]                   23      23 100.0% -lh0- 02bb Oct 15  1987 AnalytiCalc/Src/.info
[generic]               315566  315566 100.0% -lh0- 836e Oct 15  1987 AnalytiCalc/Src/AnalySrc.arc
[generic]                  204     314  65.0% -lh5- b136 Oct 15  1987 AnalytiCalc/Src/README
[generic]                  441    2566  17.2% -lh5- 3eaf Oct 15  1987 AnalytiCalc/Src/README.info
[generic]                   78      84  92.9% -lh5- a33d Oct 15  1987 AnalytiCalc/TOEND.CMD
[generic]                12253   22168  55.3% -lh5- adf3 Oct 15  1987 c/less
[generic]                 3438    7523  45.7% -lh5- 051a Oct 15  1987 Contents
[generic]                  445    2566  17.3% -lh5- fd71 Oct 15  1987 Contents.info
[generic]                  312     514  60.7% -lh5- 2b72 Oct 15  1987 Disk.info
[generic]                  421     840  50.1% -lh5- b3e9 Oct 15  1987 Distribution
[generic]                  439    2566  17.1% -lh5- 9588 Oct 15  1987 Distribution.info
[generic]                 2228    4715  47.3% -lh5- 4000 Oct 15  1987 GeneralInfo
[generic]                  439    2566  17.1% -lh5- a128 Oct 15  1987 GeneralInfo.info
---------- ----------- ------- ------- ------ ---------- ------------ -------------
 Total        48 files  564299  794330  71.0%            Feb 16  1996
Page generated in 0.02 seconds
Aminet © 1992-2024 Urban Müller and the Aminet team. Aminet contact address: <aminetaminet net>