[][src]Function z3_sys::Z3_mk_fpa_inf

pub unsafe extern "C" fn Z3_mk_fpa_inf(
    c: Z3_context,
    s: Z3_sort,
    negative: bool
) -> Z3_ast

Create a floating-point infinity of sort s.

  • c: logical context
  • s: target sort
  • negative: indicates whether the result should be negative

When negative is true, -oo will be generated instead of +oo.

See also: