emsr / tr29124_test

C++ special math functions
GNU General Public License v3.0
17 stars 3 forks source link

Use a cubic routine to solve the Weierstrass cubic for the lattice roots in sf_theta #140

Open emsr opened 7 years ago

emsr commented 7 years ago

Use a cubic routine to solve the Weierstrass cubic for the lattice roots in sf_theta

emsr commented 7 years ago

I need to make the solvers work for complex as well as real coefficients for the general Weierstrass fancy-P.

On the other hand, in the tester, I could play with the common case of real g_2, g_3. DLMF has these plotted and I'd like to reproduce these.