package bimage

  1. Overview
  2. Docs

Module Expr.InfixSource

Sourceval (&&) : bool t -> bool t -> bool t
Sourceval (||) : bool t -> bool t -> bool t
Sourceval (+) : int t -> int t -> int t

Integer addition

Sourceval (-) : int t -> int t -> int t

Integer subtraction

Sourceval (*) : int t -> int t -> int t

Integer multiplacation

Sourceval (/) : int t -> int t -> int t

Integer division

Sourceval (+.) : float t -> float t -> float t

Float addition

Sourceval (-.) : float t -> float t -> float t

Float subtraction

Sourceval (*.) : float t -> float t -> float t

Float multiplication

Sourceval (/.) : float t -> float t -> float t

Float division

Sourceval (**) : float t -> float t -> float t

Pow

Sourceval (?>) : 'a t -> ('a -> 'b t) -> 'b t

Operator version of map

Sourcemodule Pixel : sig ... end
Sourcemodule Kernel : sig ... end
Sourcemodule Transform : sig ... end
OCaml

Innovation. Community. Security.