package orgeat

  1. Overview
  2. Docs

Module Scalar.FSource

Sourcetype t = Float.t
include Smol.Algebra.Field_S with type t := t
include Smol.Algebra.Basic_S with type t := t
include Smol.Algebra.Ring_S with type t := t
include Smol.Algebra.Basic_S with type t := t
include Smol.Algebra.Mul_Monoid_S with type t := t
include Smol.Algebra.Basic_S with type t := t
Sourceval one : t
Sourceval mul : t -> t -> t
include Smol.Algebra.Add_Group_S with type t := t
include Smol.Algebra.Basic_S with type t := t
include Smol.Algebra.Add_Monoid_S with type t := t
include Smol.Algebra.Basic_S with type t := t
Sourceval equal : t -> t -> bool
Sourceval to_string : t -> string
Sourceval zero : t
Sourceval add : t -> t -> t
Sourceval neg : t -> t
Sourceval sub : t -> t -> t
Sourceval inv : t -> t
Sourceval div : t -> t -> t
include Ordered_S with type t := t
Sourceval compare : t -> t -> int
Sourceval leq : t -> t -> bool
Sourceval geq : t -> t -> bool
Sourceval lt : t -> t -> bool
Sourceval gt : t -> t -> bool
Sourceval mul_int : int -> t -> t
Sourceval abs : t -> t
Sourceval exp : t -> t
Sourceval log : t -> t
Sourceval of_Q : Q.t -> t
Sourceval of_float : float -> t
OCaml

Innovation. Community. Security.