package core

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Span.OSource

Sourceval (/) : t -> Base.Float.t -> t
Sourceval (//) : t -> t -> Base.Float.t
Sourceval (+) : t -> t -> t
Sourceval (-) : t -> t -> t
Sourceval (~-) : t -> t

alias for neg

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

alias for scale

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

alias for scale_int

include Base.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
OCaml

Innovation. Community. Security.