Sergey B Kirpichev

Results 488 comments of Sergey B Kirpichev

@casevh, I'm going to close this. It seems that this proposal is doable, if we wrap *every call* to GMP/MPFR/MPC function with something like this: https://github.com/diofant/python-gmp/blob/4dd3802b14a8c62b9d06961b3ed1d69e8f372fc7/main.c#L2382-L2396 Though, I'm not sure...

Now for inverse functions with infinite components: ``` $ python a.py Bad cases: 0 ``` script a.py ```python from diofant import * cases = [oo, -oo, I*oo, -I*oo, oo -...

With #1404: ``` $ python a.py 0 bad rewrites out of 484 ``` script a.py ```python from diofant import * x = symbols('x') funcs = [cos, sin, tan, cot, csc,...

Another series of bulk tests: ``` $ python c.py 0 bad rewrites out of 484 ``` script c.py ```python import numpy as np from diofant import * x = symbols('x')...

@fredrik-johansson, IIUIC this can be closed. The odefun() has long todo list (which, I think, should be converted to issues), but that seems to be another story. Though, maybe we...

I have made the requested changes; please review again.

I have made the requested changes; please review again.

CC @ericvsmith, are you waiting for the second opinion? (BTW, I'm ok above suggestion by @picnixz)

sympy/sympy#26808

https://github.com/sympy/sympy/pull/27110