Colas Le Guernic

Results 3 issues of Colas Le Guernic

might fix #822 It would probably be better to refactor the code. --- ##### Contributor checklist - [x] Builds are passing - [ ] New tests have been added (for...

Currently: ```pycon >>> from mpmath import iv >>> iv.mpf(['0', '0']) * iv.mpf(['1', 'inf']) mpi('-inf', '+inf') >>> iv.mpf(['0', '1']) * iv.mpf(['1', 'inf']) mpi('0.0', '+inf') >>> iv.mpf(['-1', '0']) * iv.mpf(['1', 'inf']) mpi('-inf',...

Following our brief exchange on mastodon, here is a complete parallel export code, with functions and call graph. With 5 workers I get a 2x speedup on a 1MB binary...