package bastet

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

Module Bastet.FloatSource

Note: `float` is not a fully law abiding member of Additive.Semigroup, Multiplicative.Semigroup, Semiring, Division_Ring, and Euclidean_Ring, and any abstractions dependent on these, due to potential arithmetic overflows and floating point precision issues

Sourceval approximately_equal : tolerance:float -> float -> float -> bool
Sourcemodule Additive : sig ... end
Sourcemodule Multiplicative : sig ... end
Sourcemodule Subtractive : sig ... end
Sourcemodule Divisive : sig ... end
Sourcemodule Eq : Interface.EQ with type t = float
Sourcemodule Ord : Interface.ORD with type t = float
Sourcemodule Bounded : Interface.BOUNDED with type t = float
Sourcemodule Show : Interface.SHOW with type t = float
Sourcemodule Semiring : Interface.SEMIRING with type t = float
Sourcemodule Ring : Interface.RING with type t = float
Sourcemodule Division_Ring : Interface.DIVISION_RING with type t = float
Sourcemodule Field : Interface.FIELD with type t = float
Sourcemodule Infix : sig ... end
OCaml

Innovation. Community. Security.