package bignum

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

Install

Dune Dependency

Authors

Maintainers

Sources

bignum-v0.13.0.tar.gz
sha256=247a4019cc1d00acb0cbd30fb3955ed083e8315c22adc356b2a54a3e5220d907
md5=9ac1ea985988da8e618f2b3162c8d214

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.