mpir/mpir.net/mpir.net
2016-01-18 11:07:48 -05:00
..
app.ico
app.rc
AssemblyInfo.cpp
Common.cpp
Common.h Implemented precision-of-destination for Float calculations where possible 2015-12-24 10:57:07 -05:00
ExpressionMacros.h Implemented precision-of-destination for Float calculations where possible 2015-12-24 10:57:07 -05:00
HugeFloat.cpp Implemented precision-of-destination for Float calculations where possible 2015-12-24 10:57:07 -05:00
HugeFloat.h Updated unit tests to work on Win32 as well as Win64 2016-01-14 14:07:20 -05:00
HugeInt.cpp
HugeInt.h Updated unit tests to work on Win32 as well as Win64 2016-01-14 14:07:20 -05:00
HugeRational.cpp
HugeRational.h Implemented precision-of-destination for Float calculations where possible 2015-12-24 10:57:07 -05:00
Random.cpp
Random.h
RandomFloat.cpp Implemented precision-of-destination for Float calculations where possible 2015-12-24 10:57:07 -05:00
ReadMe.txt Updated ReadMe to inticate both Win32 and x64 are supported. 2016-01-18 11:07:48 -05:00
resource.h
Stdafx.cpp
Stdafx.h

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 a .Net wrapper for the MPIR library.
It is a new implementation of the MPIR interface, 
inspired by the MPIR C++ interface but using C++/CLI,
for consumption by managed .Net languages.
It is a Visual Studio build only, targeting .Net on Windows x86 or x64.
It can be linked with a Win32 or x64 MPIR static (Lib) build for any 
MPIR-supported processor architecture.
========================================================================