DECIMALS is a library for processing fixed-point values located in range 
       from -99999999999999999999.9999999999  
         to +99999999999999999999.9999999999.
DECIMALS library allows to perform basic aruthmetic and logical operations,
convert numbers to strings and strings to numbers.
DECIMALS type value length is 16 bytes.
This directory contains source code of the library 
and makefile to build it. To build the library submit 
make command. The library will be placed in ../intlib directory.

