#arbitrary-precision #floating-point #numeric

datom-bigdecimal

Arbitrary precision decimal numbers

2 releases

Uses old Rust 2015

0.3.1 Aug 20, 2021
0.3.0 Aug 20, 2021

#988 in Math

Download history 49/week @ 2023-11-13 42/week @ 2023-11-20 48/week @ 2023-11-27 16/week @ 2023-12-04 24/week @ 2023-12-11 26/week @ 2023-12-18 24/week @ 2023-12-25 23/week @ 2024-01-01 23/week @ 2024-01-08 21/week @ 2024-01-15 22/week @ 2024-01-22 25/week @ 2024-01-29 23/week @ 2024-02-05 15/week @ 2024-02-12 3/week @ 2024-02-19 8/week @ 2024-02-26

52 downloads per month
Used in datom

MIT/Apache

105KB
2.5K SLoC

bigdecimal-rs

Travis-Ci CodeCov.io Gitter minimum rustc 1.34

Documentation

Arbitrary-precision decimal numbers implemented for rust.

About

This repository contains code originally meant for a bigdecimal module in the popular num crate, but was not merged due to uncertainty of what is the best design for such a crate.

I created this repository to test various implementations and host a conversation about community wants and needs.

License

This code is dual-licensed under the permissive MIT & Apache 2.0 licenses.

Dependencies

~400–650KB
~15K SLoC