Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/peteroupc/numbers

A C# implementation of arbitrary-precision numbers and arithmetic
https://github.com/peteroupc/numbers

Last synced: 4 days ago
JSON representation

A C# implementation of arbitrary-precision numbers and arithmetic

Awesome Lists containing this project

README

        

Numbers
====
[![NuGet Status](http://img.shields.io/nuget/v/PeterO.Numbers.svg?style=flat)](https://www.nuget.org/packages/PeterO.Numbers)

**Download source code: [ZIP file](https://github.com/peteroupc/Numbers/archive/master.zip)**

----

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](https://github.com/peteroupc/Numbers).

How to Install
---------
The library is available in the
NuGet Package Gallery under the name
[PeterO.Numbers](https://www.nuget.org/packages/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](https://peteroupc.github.io/Numbers/docs/).**

Examples
----------

*For more examples, see [examples.md](https://github.com/peteroupc/Numbers/tree/master/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 the Unlicense: [https://unlicense.org/](https://unlicense.org/)

Release notes
-------

For full release history, see [History.md](History.md).