Mantis - ALGLIB
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
519 | Spec.functions | major | always | 2013-04-23 17:24 | 2018-01-02 17:23 |
|
|||||
Reporter: | zaytsev | Platform: | |||
Assigned To: | SergeyB | OS: | |||
Priority: | normal | OS Version: | |||
Status: | assigned | Product Version: | 3.7.0 | ||
Product Build: | Resolution: | open | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | |||
Programming language: | All | ||||
|
|||||
Summary: | 0000519: Exponential integral Ei(x) returns 0 for x <= 0 | ||||
Description: |
The Ei(x) in ALGLIB returns 0 for all x <= 0 . This is not documented on the website: http://www.alglib.net/specialfunctions/exponentialintegrals.php In the source code, however, it says "Not defined for x <= 0", which, of course, explains this behavior, but doesn't really help. Anyways, the function Ei(x) is defined on all real axis [1] and I see no reason why you would silently return 0 for x <= 0, while many other special function packages allow one to compute Ei(x) for negative arguments. I need fast and accurate routines to compute the exponential integrals and would highly appreciate if you could address this problem. Thanks! [1]: http://mathworld.wolfram.com/ExponentialIntegral.html |
||||
Steps To Reproduce: | |||||
Additional Information: | I'm looking specifically at the C/C++ version of ALGLIB, but it shouldn't really matter. | ||||
Relationships | |||||
Attached Files: | |||||
|
|||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2013-04-23 17:24 | zaytsev | New Issue | |||
2013-04-23 17:24 | zaytsev | Programming language | => All | ||
2013-04-23 22:04 | SergeyB | Note Added: 0000062 | |||
2013-04-23 23:38 | zaytsev | Note Added: 0000063 | |||
2018-01-02 17:23 | SergeyB | Status | new => assigned | ||
2018-01-02 17:23 | SergeyB | Assigned To | => SergeyB |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|