Results 4 issues of .

With Version 2.6, I could open an app as a directory. This no longer works in Version 3.1: it opens the enclosing folder. Version 2.6 tested in High Sierra. Version...

You may want to improve the primality test in iprime.c by incorporating strong pseudoprime tests as in http://cvsweb.netbsd.org/bsdweb.cgi/%7echeckout%7e/src/games/primes/spsp.c This works reliably for all 64-bit integers. Unfortunately, this change won't avoid...

The demos included in libschrift depend on the X11 graphics environment. I've written a longer, exploratory demo that does not: instead, it generates a PGM file, which can be viewed...

`mp_rat_read_cstring` handles whitespace inconsistently: it accepts " 123 / 46" but not " 123 ". This happens because `mp_int_read_cstring` raises an error at trailing whitespace. I assume `mp_int_read_cstring` tries to...

bug