Class SimpUtil


  • public class SimpUtil
    extends Object
    Utility functions for the simplify package.
    • Method Detail

      • formatInteger

        public static String formatInteger​(long i)
        Represent a Java long integer as an uninterpreted function applied to 6 moderately sized integers, to work around Simplify's numeric limitations. The first integer is a sign, and the rest are 13-bit (base 8192) limbs in order from most to least significant.