package reedsolomon

  1. Overview
  2. Docs

Module Ops.FloatSource

include OpsBase with type t = float
Sourcetype t = float
Sourceval zero : t
Sourceval one : t
Sourceval (+:) : t -> t -> t
Sourceval (-:) : t -> t -> t
Sourceval (*:) : t -> t -> t
Sourceval (/:) : t -> t -> t
Sourceval to_string : t -> string
Sourceval (%:) : t -> t -> t
Sourceval abs : t -> t
Sourceval (<<:) : t -> int -> t
Sourceval (>>+) : t -> int -> t
Sourceval (>>:) : t -> int -> t
Sourceval (&:) : t -> t -> t
Sourceval (|:) : t -> t -> t
Sourceval (^:) : t -> t -> t
Sourceval (~:) : t -> t
Sourceval of_int : int -> t
Sourceval to_int : t -> int
Sourceval of_int32 : int32 -> t
Sourceval to_int32 : t -> int32
Sourceval of_int64 : int64 -> t
Sourceval to_int64 : t -> int64
Sourceval of_float : float -> t
Sourceval to_float : t -> float
Sourceval of_string : string -> t
OCaml

Innovation. Community. Security.