Beloch.QqbarExact real algebraic numbers backed by FLINT 3's qqbar (Calcium): canonical minimal-polynomial representation with Arb ball certification. Values are immutable; the C finalizer frees the FLINT struct. ℚ crosses the FFI as strings. See decisions/0013-flint-qqbar-backend.md.
val of_q_str : string -> tval to_q_str : t -> stringval is_rational : t -> boolval is_zero : t -> boolval sign_re : t -> intval degree : t -> intval to_float : t -> floatval minpoly_strs : t -> string arrayval enclosure_strs : t -> int -> string * string * stringval real_roots_strs : string array -> t arrayval of_q : Q.t -> tval to_q : t -> Q.t optionval enclosure : t -> prec:int -> Q.t * Q.t