Changeset 7517:a77538da1d55
- Timestamp:
- 11/14/07 23:45:41 (6 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
sage/calculus/calculus.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sage/calculus/calculus.py
r7516 r7517 4352 4352 f = self._operands[0] 4353 4353 g = self._operands[1] 4354 return complex(f._approx_( float(g)))4354 return complex(f._approx_(complex(g))) 4355 4355 4356 4356 def _mpfr_(self, field): … … 4525 4525 The error function, defined as $\text{erf}(x) = 4526 4526 \frac{2}{\sqrt{\pi}}\int_0^x e^{-t^2} dt$. 4527 4528 SAGE currently *only* implements the error function (via a call to 4529 PARI) when the input is real. 4527 4530 """ 4528 4531
Note: See TracChangeset
for help on using the changeset viewer.
