package bignum

  1. Overview
  2. Docs
Core-flavoured wrapper around zarith's arbitrary-precision rationals

Install

Dune Dependency

Authors

Maintainers

Sources

bignum-v0.14.0.tar.gz
sha256=77a46816c8a0af4d76cdbcf17fcba9a068506fc70a3836fa6a07095bc0bfde81
md5=d97af8dc866db3eda78b1edc6c0982bf

doc/bignum.bigint/Bigint/Replace_polymorphic_compare/index.html

Module Bigint.Replace_polymorphic_compare

include Base.Comparisons.Infix with type t := t
val (>=) : t -> t -> bool
val (<=) : t -> t -> bool
val (=) : t -> t -> bool
val (>) : t -> t -> bool
val (<) : t -> t -> bool
val (<>) : t -> t -> bool
val equal : t -> t -> bool
val compare : t -> t -> int

compare t1 t2 returns 0 if t1 is equal to t2, a negative integer if t1 is less than t2, and a positive integer if t1 is greater than t2.

val min : t -> t -> t
val max : t -> t -> t
OCaml

Innovation. Community. Security.