PeterO.Numbers

A C# library that supports arbitrary-precision binary and decimal floating-point numbers and rational numbers with arbitrary-precision components, and supports arithmetic with these numbers.


Keywords
numbers, arithmetic, decimal, math
License
CC0-1.0
Install
Install-Package PeterO.Numbers -Version 1.7.2

Documentation

Numbers

NuGet Status

Download source code: ZIP file


A C# library that supports arbitrary-precision binary and decimal floating-point numbers and rational numbers with arbitrary-precision components.

Source code is available in the project page.

How to Install

The library is available in the NuGet Package Gallery under the name PeterO.Numbers. To install this library as a NuGet package, enter Install-Package PeterO.Numbers in the NuGet Package Manager Console.

Documentation

See the C# (.NET) API documentation.

Examples

For more examples, see examples.md.

About

Written by Peter O.

Any copyright to this work is released to the Public Domain. In case this is not possible, this work is also licensed under Creative Commons Zero (CC0): https://creativecommons.org/publicdomain/zero/1.0/

Release notes

For full release history, see History.md.