val display_minimum : t ‑> floatmodule Magnitude : sig ... endval is_displayed : show_all_values:bool ‑> t ‑> Core.Float.t ‑> boolval is_displayed_opt : show_all_values:bool ‑> t ‑> Core.Float.t option ‑> boolval to_string : show_all_values:bool ‑> t ‑> Magnitude.t ‑> Core.Float.t ‑> Textutils.Console.Ansi.attr list * stringval to_ci_string : show_all_values:bool ‑> t ‑> Magnitude.t ‑> (Core.Float.t * Core.Float.t) ‑> Textutils.Console.Ansi.attr list * stringval to_string_opt : show_all_values:bool ‑> t ‑> Magnitude.t ‑> Core.Float.t option ‑> Textutils.Console.Ansi.attr list * string