Greetings. I have a need to find all roots of a solved expression, for educational purposes:
exp(-pi*pi*1e16/alpha)+0.33984375 = 0 Tried to use a standard solver. Defined an "alpha" variable. SymPy raised an exception due to long int->int conversion. Is there any practical workaround? Tried to solve a similar expression, but with less huge numbers. It gave me a single complex root. But there is a target to find all existing roots. Regards Ivan -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/3601725c-24f4-4c73-b3a8-331e43d40ae7%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
