public static BigInt <T> FromLong(long value, int precision = 0) { T val; Empty.FromLong(out val, value); return(new BigInt <T>(val, precision)); }