mpir/mpir.net/mpir.net
2016-06-08 20:41:18 -04:00
..
app.ico Moved source files outside the Build.VC** dir 2014-04-07 21:15:40 -04:00
app.rc Moved source files outside the Build.VC** dir 2014-04-07 21:15:40 -04:00
AssemblyInfo.cpp Upgraded MPIR.Net solution to VS2013. Cleaned up all compiler warnings. 2015-12-23 09:10:58 -05:00
Common.cpp String IO. Completed MPIR 2.6.0 section 5.12. 2014-04-23 20:44:37 -04:00
Common.h Minor refactoring of type checking code 2016-01-19 11:28:24 -05:00
ExpressionMacros.h Refactored addmul/submul implementation 2016-01-19 11:31:11 -05:00
HugeFloat.cpp Minor refactoring of type checking code 2016-01-19 11:28:24 -05:00
HugeFloat.h MPIR.Net - changed Swap methods to call the native implementations. 2016-06-08 20:41:18 -04:00
HugeInt.cpp Refactored addmul/submul implementation 2016-01-19 11:31:11 -05:00
HugeInt.h MPIR.Net - changed Swap methods to call the native implementations. 2016-06-08 20:41:18 -04:00
HugeRational.cpp Minor refactoring of type checking code 2016-01-19 11:28:24 -05:00
HugeRational.h MPIR.Net - changed Swap methods to call the native implementations. 2016-06-08 20:41:18 -04:00
Random.cpp Float Random methods. 2 TODOs. 2014-06-27 16:28:09 -04:00
Random.h Comments cleaned up 2015-12-22 15:43:35 -05:00
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 Moved source files outside the Build.VC** dir 2014-04-07 21:15:40 -04:00
Stdafx.cpp Moved source files outside the Build.VC** dir 2014-04-07 21:15:40 -04:00
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 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.
========================================================================