package bigdecimal

  1. Overview
  2. Docs
Arbitrary-precision decimal based on Zarith

Install

Dune Dependency

Authors

Maintainers

Sources

bigdecimal-v0.16.0.tar.gz
sha256=6b9b935460f904d6955ade682446f91fd6223310762d5796144a4ae95358211b

Description

A high-precision representation of decimal numbers as [mantissa * 10^exponent], where the mantissa is internally a [Bigint.t] and the exponent is an [int].

Published: 14 Jun 2023

Dependencies (7)

  1. zarith >= "1.11"
  2. dune >= "2.0.0"
  3. ppx_jane >= "v0.16" & < "v0.17"
  4. expect_test_helpers_core >= "v0.16" & < "v0.17"
  5. core >= "v0.16" & < "v0.17"
  6. bignum >= "v0.16" & < "v0.17"
  7. ocaml >= "4.14.0"

Dev Dependencies

None

Used by

None

Conflicts

None