package bigdecimal

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

Install

Dune Dependency

Authors

Maintainers

Sources

bigdecimal-v0.15.0.tar.gz
sha256=d88f5c18ca9d879b3e1868db7d0c7c52b162bbd3b8323e53c9deec97611cef9b

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: 21 Mar 2022

Dependencies (7)

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

Dev Dependencies

None

Used by

None

Conflicts

None