package bignum

  1. Overview
  2. Docs

Module Bignum.OSource

Sourceval (+) : t -> t -> t
Sourceval (-) : t -> t -> t
Sourceval (/) : t -> t -> t
Sourceval (//) : int -> int -> t
Sourceval (*) : t -> t -> t
Sourceval (**) : t -> int -> t
Sourceval abs : t -> t
Sourceval neg : t -> t
include Core.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 zero : t
Sourceval one : t
Sourceval ten : t
Sourceval hundred : t
Sourceval thousand : t
Sourceval million : t
Sourceval billion : t
Sourceval trillion : t
Sourceval tenth : t
Sourceval hundredth : t
Sourceval thousandth : t
Sourceval millionth : t
Sourceval billionth : t
Sourceval trillionth : t
Sourceval of_int : int -> t
Sourceval of_float_decimal : float -> t
Sourceval of_float_dyadic : float -> t
Sourceval of_float : float -> t
  • deprecated [since 2017-03]
OCaml

Innovation. Community. Security.