bohdantan

Results 3 issues of bohdantan

## Checklist - [x] I have included information about relevant versions - [x] I have verified that the issue persists when using the `master` branch of Faust. ## Steps to...

## Checklist - [x] I have included information about relevant versions - [x] I have verified that the issue persists when using the `master` branch of Faust. ## Steps to...

``` import mpmath def eqs(n, z): eq1 = mpmath.fdiv(mpmath.polylog(n-1, z), mpmath.polylog(n, z)) - 2.4193548387096775 eq2 = mpmath.fdiv(-mpmath.diff(lambda v: mpmath.polylog(v, z), n), mpmath.polylog(n, z)) - 0.29724937807346691 return (eq1, eq2) x0 =...

bug
need decision
pending