Short:        Fish disk 0809
Uploader:     Fish Disks <aminet aminet net>
Type:         misc/fish
Architecture: m68k-amigaos


This is disk 809 of the freely distributable AMIGA software library.
Below is a listing of the significant directories and their contents.


CPK		A program to render a space filling representation of atoms
		in molecules.  This is the type of representation one would
		find in the plastic 'CPK' (Corey, Pauling, Kendrew) models
		often used in organic chemistry.  There are no hard coded
		constraints on the number of atoms it can process, it cor-
		rectly handles intersecting 3-dimensional spheres by using
		the Bresenham circle algorithm in 3D, and computes using the
		the current display screen resolution for simplicity and
		speed.  Version 1.0, binary only.
		Author:  Eric G. Suchanek

EPU		A program like Stacker or XPK that allows applications to
		access compressed data from AmigaDOS devices without knowing
		that the data is compressed, and automatically compresses
		new data.  The file size is not limited by memory and the
		settings of the handler can be changed at any time.  Version
		1.0, shareware, binary only.
		Author:  Jaroslav Mechacek

GetString	A small utility that puts up a string requester and stores the
		result in an environment variable (either local or global)
		that can be used in Shell scripts.  Requires OS 2.04+ and
		ReqTools.library.  Written in E, source included.
		Author:  Diego Caravana

SmallMath	"Drop-in" replacements for the Commodore IEEE math libraries
		for users with a math coprocessor.  Since these libraries do
		not contain the coprocessor-emulation code normally present,
		they are 60%-90% smaller than the usual libraries.  For the
		same reason, however, they cannot be used without a coproces-
		sor.  Version 1.2, an update to version 1.1 on disk 718,
		fixes a bug in the cmp() function.  Public domain, partial
		source included.
		Author:  Laz Marhenke