package TCSLib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val of_big_int : BigInt.t -> t
val of_big_ints : BigInt.t -> BigInt.t -> t
val of_int : int -> t
val of_ints : int -> int -> t
val to_float : t -> float
val format : t -> string
val format_fraction : t -> string
val floor : t -> BigInt.t
val compare : t -> t -> int
val equal : t -> t -> bool
val min : t -> t -> t
val max : t -> t -> t
val zero : t
val one : t
val add : t -> t -> t
val sub : t -> t -> t
val mult : t -> t -> t
val div : t -> t -> t