On Wed, 22 May 2024 at 01:10, Ani J <anij...@gmail.com> wrote:
>
> Thank you for the quick response.
>
> Yes, it looks like refine_root() does the job more efficiently. Thank you for 
> the note.
>
> I am facing issues in getting _find_poly_sign_univariate function to work.
> When I run from sympy import find_poly_sign, I get the following error:
>
> ImportError: cannot import name 'find_poly_sign' from 'sympy' 
> (/path_to_python/python3.8/site-packages/sympy/__init__.py)
>
> The documentation of SymPy here does not seem to have this function. Would be 
> great to get some pointers on how to import
> the function in the code.

The function is not part of SymPy. The code for the function is in the
issue I linked:
https://github.com/sympy/sympy/issues/26177

You would have to copy the code from there to use it.

-- 
Oscar

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sympy+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/CAHVvXxT%3DnN6JvrLYTHoCjPxxonXm6AGd3qU68fTwvXq59Wm9xQ%40mail.gmail.com.

Reply via email to