[ Home Page ] [ Eiffel Archive ] [ Eiffel Classes and Clusters ]
![]() |
Big_numbers |
Written by Stephane Hillion.
Big_numbers0.1.tar.gz (23,966 bytes) source code
This is release 0.1 of Big_numbers.
Big_numbers is a library written in (Small)Eiffel which provides arbitary precision numbers.
This library was developped for SmallEiffel-0.80 or above. It is written 99% in Eiffel and needs only 7 little ANSI C macros (csrc/big_numbers.h).
NOTE: The library does not compile correctly with the '-boost' option. It seems to be a bug of SmallEiffel.
To use this library just put the distribution directory path in your application 'loadpath.se' and use the '-include' option to include 'csrc/big_numbers.h' in the generated C code.
The distribution consists of the following files:
Readme.txt This message COPYING The GPL big_number.e Multi-precision numbers low-level functions big_integer.e Multi-precision integer big_rational.e Multi-precision rational number big_decimal.e Multi-precision decimal x_manager.e Exception manager tests/tests.e A test program source file tests/Makefile A makefile for unix-like systems csrc/big_numbers.h The C support of the library docs/* HTML documentation
This is a 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, or (at your option) any later version. Big_numbers 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 Big_numbers; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
--[ Home Page ] [ Eiffel Archive ] [ Eiffel Classes and Clusters ]