Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/peteroupc/numbers
- Owner: peteroupc
- License: unlicense
- Created: 2016-01-08T15:22:18.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-12-07T18:28:17.000Z (21 days ago)
- Last Synced: 2024-12-17T18:09:37.516Z (11 days ago)
- Language: C#
- Size: 5.33 MB
- Stars: 52
- Watchers: 7
- Forks: 15
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: History.md
- License: LICENSE.md
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).