package bignum

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

Install

Dune Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=7acc936acbaaf71b2c1518e09b7651bec20d8dc72a990c871c40a74b63b1a8ed

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

Module Bigint.OSource

A sub-module designed to be opened to make working with ints more convenient.

Sourceval (+) : t -> t -> t
Sourceval (-) : t -> t -> t
Sourceval (*) : t -> t -> t
Sourceval (/) : t -> t -> t
Sourceval (~-) : t -> t
Sourceval (**) : t -> t -> t
include Base.Comparisons.Infix with type t := t
Sourceval (>=) : t -> t -> bool
Sourceval (<=) : t -> t -> bool
Sourceval (=) : t -> t -> bool
Sourceval (>) : t -> t -> bool
Sourceval (<) : t -> t -> bool
Sourceval (<>) : t -> t -> bool
Sourceval abs : t -> t
Sourceval neg : t -> t
Sourceval zero : t
Sourceval (%) : t -> t -> t
Sourceval (/%) : t -> t -> t
Sourceval (//) : t -> t -> float
Sourceval (land) : t -> t -> t
Sourceval (lor) : t -> t -> t
Sourceval (lxor) : t -> t -> t
Sourceval lnot : t -> t
Sourceval (lsl) : t -> int -> t
Sourceval (asr) : t -> int -> t
OCaml

Innovation. Community. Security.