package osdp

  1. Overview
  2. Docs

A minimalistic module type.

type t
val compare : t -> t -> int

A few values.

val zero : t
val one : t

Conversion functions.

val of_float : float -> t
val to_float : t -> float
val of_q : Q.t -> t
val to_q : t -> Q.t

Arithmetic operations.

val add : t -> t -> t
val sub : t -> t -> t
val mult : t -> t -> t
val div : t -> t -> t

Printing.

val pp : Stdlib.Format.formatter -> t -> unit
OCaml

Innovation. Community. Security.