package ocamldbi

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val to_string : t -> string
val to_float : t -> float
val of_string : ?scale:int -> string -> t
val of_int : ?scale:int -> int -> t
val add : t -> t -> t
val sub : t -> t -> t
val mul : t -> t -> t
val div : t -> t -> t
val compare : t -> t -> int