Module Bastet__Float

val approximately_equal : tolerance:float -> float -> float -> bool
module Additive : sig ... end
module Multiplicative : sig ... end
module Subtractive : sig ... end
module Divisive : sig ... end
module Eq : Bastet.Interface.EQ with type t = float
module Ord : Bastet.Interface.ORD with type t = float
module Bounded : Bastet.Interface.BOUNDED with type t = float
module Show : Bastet.Interface.SHOW with type t = float
module Semiring : Bastet.Interface.SEMIRING with type t = float
module Ring : Bastet.Interface.RING with type t = float
module Commutative_Ring : Bastet.Interface.COMMUTATIVE_RING with type t = float
module Division_Ring : Bastet.Interface.DIVISION_RING with type t = float
module Euclidean_Ring : Bastet.Interface.EUCLIDEAN_RING with type t = float
module Field : Bastet.Interface.FIELD with type t = float
module Infix : sig ... end