[][src]Function ion_c_sys::ion_decimal_equals_quad

pub unsafe extern "C" fn ion_decimal_equals_quad(
    left: *const decQuad,
    right: *const decQuad,
    context: *mut decContext,
    is_equal: *mut BOOL
) -> iERR

Compares decQuads for equivalence under the Ion data model. That is, the sign, coefficient, and exponent must be equivalent for the normalized values (even for zero).

@deprecated - use of decQuads directly is deprecated. ION_DECIMAL should be used. See ion_decimal_equals.