package bigdecimal

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

Install

Dune Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=7a73ad6a6a742e874d888904d9e78b5174c2ee80d769684d36027df84cb6a8d7

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: 26 May 2024

Dependencies (6)

  1. zarith >= "1.11"
  2. dune >= "3.11.0"
  3. ppx_jane >= "v0.17" & < "v0.18"
  4. core >= "v0.17" & < "v0.18"
  5. bignum >= "v0.17" & < "v0.18"
  6. ocaml >= "5.1.0"

Dev Dependencies

None

Used by

None

Conflicts

None

OCaml

Innovation. Community. Security.