Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nokitakaze/infinitedecimal
decimal data type with potentially infinite precision for high-accuracy numerical computations
https://github.com/nokitakaze/infinitedecimal
Last synced: about 2 months ago
JSON representation
decimal data type with potentially infinite precision for high-accuracy numerical computations
- Host: GitHub
- URL: https://github.com/nokitakaze/infinitedecimal
- Owner: nokitakaze
- License: apache-2.0
- Created: 2024-02-03T17:18:08.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-02-15T10:41:37.000Z (11 months ago)
- Last Synced: 2024-02-15T11:41:01.805Z (11 months ago)
- Language: C#
- Size: 396 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Infinite Decimal
[![Build status](https://ci.appveyor.com/api/projects/status/jpc7733fv1dv6ioe/branch/master?svg=true)](https://ci.appveyor.com/project/nokitakaze/infinitedecimal/branch/master)
[![Test status](https://img.shields.io/appveyor/tests/nokitakaze/infinitedecimal/master)](https://ci.appveyor.com/project/nokitakaze/infinitedecimal/branch/master)
[![codecov](https://codecov.io/gh/nokitakaze/infinitedecimal/branch/master/graph/badge.svg)](https://codecov.io/gh/nokitakaze/infinitedecimal)
[![Nuget version](https://badgen.net/nuget/v/InfiniteDecimal)](https://www.nuget.org/packages/InfiniteDecimal)
[![Total nuget downloads](https://badgen.net/nuget/dt/InfiniteDecimal)](https://www.nuget.org/packages/InfiniteDecimal)This repository provides a powerful tool for numerical computation and analysis. It offers a decimal data type with
potentially infinite precision, enabling complex mathematical operations where high accuracy is required without any
limitation on the number of digits after the decimal point. The flexibility and versatility of this repository make it
an essential tool for anyone who deals with high-level numerical computations.## Examples
Many many many todoes...
## License
Licensed under the Apache License.
This software is provided **"AS IS" WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied**.