package core

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val (/) : t -> Base.Float.t -> t
val (//) : t -> t -> Base.Float.t
val (+) : t -> t -> t
val (-) : t -> t -> t
val (~-) : t -> t

alias for neg

val (*.) : t -> Base.Float.t -> t

alias for scale

val (*) : t -> Base.Int.t -> t

alias for scale_int

include Base.Comparisons.Infix with type t := t
val (>=) : t -> t -> bool
val (<=) : t -> t -> bool
val (=) : t -> t -> bool
val (>) : t -> t -> bool
val (<) : t -> t -> bool
val (<>) : t -> t -> bool
OCaml

Innovation. Community. Security.