Skip to main content

rel_dec

Function rel_dec 

Source
pub fn rel_dec(num: &PlacesRow, comparand: &PlacesRow) -> RelDec
Expand description

Compares decimal places count of num and comparand.

Beware of nought values comparison. fn deref allows to view internal storage and for nought it has some length, exactly 1, but count would be 0 exactly.

Returns RelDec relation.