https://github.com/peteroupc/numbers
A C# implementation of arbitrary-precision numbers and arithmetic
https://github.com/peteroupc/numbers
Last synced: about 1 year ago
JSON representation
A C# implementation of arbitrary-precision numbers and arithmetic
- Host: GitHub
- URL: https://github.com/peteroupc/numbers
- Owner: peteroupc
- License: unlicense
- Created: 2016-01-08T15:22:18.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-03-31T00:44:16.000Z (over 1 year ago)
- Last Synced: 2025-05-16T11:05:41.186Z (about 1 year ago)
- Language: C#
- Size: 7.64 MB
- Stars: 55
- Watchers: 6
- Forks: 16
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: History.md
- License: LICENSE.md
Awesome Lists containing this project
README
Numbers
====
[](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).