Files
mpmath--mpmath/mpmath
Sergey B Kirpichev cd57adf8c7 Revert "fix ellippi to return an inf instead of raising an exception (thanks to John Beyers)"
This reverts commit fc474e1069.

We don't have a concept of "complex infinity".  But real infinity (of
any sign) is clearly a wrong answer here (it has well defined finite
phase and infinite absolute value), e.g.:

```pycon
>>> ellippi(1-1e-15, 1-1e-15j)
mpc(real='915673653288978.88', imag='-530451596311157.62')
>>> ellippi(1-1e-15, 1+1e-15j)
mpc(real='915673653288978.88', imag='530451596311157.62')
```

Closes #268
2024-10-10 09:15:21 +03:00
..
2024-09-24 09:17:20 +03:00
2024-04-30 07:11:34 +03:00
2024-09-23 07:32:40 +03:00
2024-04-13 17:37:57 +03:00
2024-09-09 10:00:58 +03:00