Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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**.