Go to file
Robert Baron aef80fc4ac Add project files. 2017-11-04 11:02:37 -04:00
Documentation Add project files. 2017-11-04 11:02:37 -04:00
Math.Gmp.Native Add project files. 2017-11-04 11:02:37 -04:00
Math.Gmp.Native.UnitTests Add project files. 2017-11-04 11:02:37 -04:00
NuGet Add project files. 2017-11-04 11:02:37 -04:00
docs Add project files. 2017-11-04 11:02:37 -04:00
.gitattributes Add .gitignore and .gitattributes. 2017-11-04 11:02:30 -04:00
.gitignore Add .gitignore and .gitattributes. 2017-11-04 11:02:30 -04:00
GMP Sizes.xlsx Add project files. 2017-11-04 11:02:37 -04:00
LICENSE.md Add project files. 2017-11-04 11:02:37 -04:00
Math.Gmp.Native.sln Add project files. 2017-11-04 11:02:37 -04:00
README.md Add project files. 2017-11-04 11:02:37 -04:00
out.txt Add project files. 2017-11-04 11:02:37 -04:00

README.md

Welcome to the C.math.NET Library

The C.math.NET library implements several C Standard mathematical functions that are missing from the .NET framework. Functions include among others: frexp, ilogb, ldexp, logb, scalbn, copysign, nextafter, isunordered, and fpclassify. Both double and single precision functions are implemented. All functions are static and their names follow the C Standard.

All functions have been thoroughly tested using a large set of unit tests that cover all limit cases to guarantee that all functions behave as specified by the C standard.

Documentation

  • On-line help is available here.

NuGet

The C.math.NET library can be installed in your Visual Studio solution or project with this NuGet package.

Latest Build

The build file includes the compiled library and the help file (.chm) ready to be included in your project. The library targets the .NET Framework 2.0, so it can be used with all newer versions of the .NET Framework. For other builds, see the Releases page.

NOTE: On some systems, the content of the ZIP file may be blocked. To unblock it, right click on the ZIP file, select Properties, and click on the Unblock button, if it is present.

Making a Donation

You can make a donation to support this project by clicking on the PayPal Donate button below. PayPal guarantees your privacy and security. I will not receive any details about your payment other than the amount, and your name.

PayPal - The safer, easier way to pay online!

Thanks to those who have made a donation. This is much appreciated!

Sharing