Frama-C API - Texpr1
type typ = Texpr0.typ = | Real| Int| Single| Double| Extended| Quad
val is_interval_cst : t -> boolval is_interval_linear : t -> boolval is_interval_polynomial : t -> boolval is_interval_polyfrac : t -> boolval is_scalar : t -> boolval string_of_unop : unop -> stringval string_of_binop : binop -> stringval string_of_typ : typ -> stringval string_of_round : round -> stringval print_unop : Stdlib.Format.formatter -> unop -> unitval print_binop : Stdlib.Format.formatter -> binop -> unitval print_typ : Stdlib.Format.formatter -> typ -> unitval print_round : Stdlib.Format.formatter -> round -> unitval print_expr : Stdlib.Format.formatter -> expr -> unitval print : Stdlib.Format.formatter -> t -> unit