


                             IMPORTANT 
                            INFORMATION 
 
                             FOR USERS
                                 OF 
                         "FIXFLOAT LIBRARY"
                              






                            USAGE RULES :
                          =================

This library may be freely used in all programs.




                           DISCLAIMER :
                         ================

This library may be distributed freely, as long as the following files
are distributed in a package :

fixfloat.asm
fixfloat.h 
cfifloat.c
fixfloat.doc
fixfloat.inc
c_demo.c
fix_demo.wpj
fix_demo.tgt
fix_demo.exe
readme.txt
changes.txt


The code is currently intended for the Watcom 32 bit compiler. 

The author(s) cannot be held be responsible for any bugs appearing
in applications using this code. Support can not be guaranteed but
probably received.



                         CODE_CONTRIBUTIONS :
                       ========================

If bugs are discovered and corrected, comment those rows and add new code, 
send a copy to the author to enable a fresh version to be distributed. 
If you write functions you consider useful in this area, document those, 
send the files to the author and they'll probably be included. Function 
dealing with fixfloat math start on letters "ff", those dealing with integer 
math with "i", stick to these rules. Of interest are more trigonometric 
functions (cot, acot, csc, sec, acsc, asec), functions dealing with vectors, 
functions helping out in situations where overflows are likely. Quick matrix 
calculation might be interesting as well. All math function must be written 
in assembler language.

If all of the package is converted to function for another compiler
environment, it would be good if this could be included in the package.
There shouldn't be any big changes necesarry.


Author can be emailed on internet adress "d94-asn@sm.luth.se".






