AltErgoLib.Fp_valueLiteral floating-point values.
val pp : t Fmt.tpp ppf v prints the concrete FP value v in the Alt-Ergo native format.
val pp_smtlib : int -> int -> t Fmt.tpp_smtlib eb sb ppf v prints the concrete FP value v of precision (eb, sb) in the SMT-LIB format.
val mk_fp_literal : neg:bool -> biased_exp:int -> mantissa:Z.t -> int -> tmk_fp_literal neg biased_exp mantissa e creates a floating-point literal with the geiven parameters, where neg is the sign bit, biased_exp is the biased exponent, mantissa is the mantissa bits (without the hidden bit), e is the exponent width.