Changes between Version 1 and Version 3 of Ticket #21819
- Timestamp:
- 11/09/16 16:44:02 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21819
-
Property
Status
changed from
new
toneeds_review
-
Property
Authors
changed from
to
Ralf Stephan
-
Property
Dependencies
changed from
#11349
to -
Property
Branch
changed from
to
u/rws/rewrite_error_functions_and_documentation
-
Property
Commit
changed from
to
fbb77c0cdfd52c5c915471a0bc6bffb8bde0c429
-
Property
Status
changed from
-
Ticket #21819 – Description
v1 v3 3 3 * implement imaginary error function `erfi`. 4 4 * People need to manipulate statistical distribution functions as in https://ask.sagemath.org/question/35407/use-cumulative-distribution-functions/. To provide the means a symbolical version of `erfc` is necessary. The current `error_fcn()` is only numerical. 5 * make them all `GinacFunction`s6 5 * put it all in a separate file `functions/error.py` with central documentation 7 6