mpir/mpir.net/mpir.net
2014-05-18 14:37:40 -04:00
..
app.ico
app.rc
AssemblyInfo.cpp
Common.cpp String IO. Completed MPIR 2.6.0 section 5.12. 2014-04-23 20:44:37 -04:00
Common.h Added UI/SI/double comparisons 2014-05-18 14:37:40 -04:00
ExpressionMacros.h Major refactoring in preparation for adding the rational class. Broken build due to partial commit. 2014-05-10 15:30:45 -04:00
HugeInt.cpp Major refactoring in preparation for adding the rational class. Broken build due to partial commit. 2014-05-10 15:30:45 -04:00
HugeInt.h Added UI/SI/double comparisons 2014-05-18 14:37:40 -04:00
HugeRational.cpp Added UI/SI/double comparisons 2014-05-18 14:37:40 -04:00
HugeRational.h Added UI/SI/double comparisons 2014-05-18 14:37:40 -04:00
Random.cpp More refactoring of various macros. Fleshed out most of the operation set for rationals, some UI/SI members commented to let the project build. 2014-05-16 16:52:05 -04:00
Random.h More refactoring of various macros. Fleshed out most of the operation set for rationals, some UI/SI members commented to let the project build. 2014-05-16 16:52:05 -04:00
ReadMe.txt
resource.h
Stdafx.cpp
Stdafx.h Major refactoring in preparation for adding the rational class. Broken build due to partial commit. 2014-05-10 15:30:45 -04:00

Copyright 2014 Alex Dyachenko

This file is part of the MPIR Library.

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

The MPIR Library 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 Lesser General Public
License for more details.

You should have received a copy of the GNU Lesser General Public License
along with the MPIR Library.  If not, see http://www.gnu.org/licenses/.  

========================================================================
This project is an experimental .Net wrapper for the MPIR library.
It is a re-implementation of the C++ interface in CLI
for consumption by managed .Net languages.
It is a Visual Studio build only, targeting .Net on Windows x64.
It can be linked with an x64 MPIR static (Lib) build for any 
MPIR-supported processor architecture.
========================================================================