pub type Num = SCOTCH_Num;
Expand description
Scotch’s numeral type.
It is defined as a signed C int.  In most platforms it maps to an i32.  However it can also
map to an i16.  In both cases, most functions and associated constants from both types will
work.