Module Mavryk_webassembly_interpreter.F64
include sig ... end
val of_float : float -> t
val to_float : t -> float
val of_string : string -> t
val to_string : t -> string
val to_hex_string : t -> string
val copysign : t -> t -> t
val pp : Stdlib.Format.formatter -> t -> unit