E86-B Flight Computer, for the TI-82 graphing calculator
Version 1.0.2.82
Ported from version 1.0.1.200107i for the TI-85 calculator
on 13 July 2001

Copyright (C) 2001 Keith Tschohl
                   katschohl@students.wisc.edu
                   http://www.sit.wisc.edu/~katschohl/e86b/

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.


*******
Summary
*******

This software provides much of the functionality of an E6-B flight computer 
on the TI-82 calculator platform.


*******************
Using this software
*******************

Copy the e86b.82g group file to your TI-82 calculator. It will expand into
five TI-BASIC program files:

-E86B
-WTBAL
-AIR
-WIND
-XWIND

E86B is the main prgram file; it calls the other four programs for weight
and balance, atmospheric (incl. density altitude, relative humidity, and
cumulus cloud bases), wind triangle, and landing crosswind calculations.

Operation is straightforward; cursor keys select menu items from the E86-B
screen.


******************************
Files included in this package
******************************

readme.txt.......This file
gpl.txt..........Terms under which this software is licensed
e86b.82g.........The group of executable programs. This is transferred
                 to your calculator. 



**********
Change log
**********
TI-82 revisions:
1.0.2.82 Reverse WCA bug and a few display bugs fixed. Output verified against
         TI-86 version.
1.0.1.82 Ported to TI-82. Variable names reduced to single characters.
         Display output modified to fit the 16 x 8 screen.

TI-85 revisions:
1.0.1    Licensed under the GPL. Ported to TI-85. Variable deallocation removed
         for TI-85 compatibility.

TI-86 revisions:
1.0.0    Final verifications of data, minor display tweaks
0.9.3    Variable deallocation implemented
0.9.2    Virtual temperature bug fixed. Dewpoint can no longer be above
         boiling point of water at altitude in virtual temperature calculations.
0.9.1    True altitude capped between -3000' and 70000' MSL
0.9.0    Groundspeed and zero-airspeed bugs fixed. Wind triangle verification.
0.8.0    WCA bug fixed. WtBal divide by 0 bug fixed.
0.6.0    Global varialbe limits implemented
0.4.0    WtBal module added. (Feature complete)
0.3.0    XWind module added
0.2.0    Wind module added
0.1.0    General layout set. Air module added.
        