Ticket #1168 (closed defect: fixed)
asinh/acosh/atanh are only partially known to sage
| Reported by: | zimmerma | Owned by: | mhansen |
|---|---|---|---|
| Priority: | major | Milestone: | sage-2.8.15 |
| Component: | calculus | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | Reviewers: | ||
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
sage: asinh(1) <type 'exceptions.NameError'>: name 'asinh' is not defined sage: asinh(x) <type 'exceptions.NameError'>: name 'asinh' is not defined
but:
sage: integrate(1/sqrt(9+x^2), x) asinh(x/3) sage: (1.0).asinh() 0.881373587019543
The same holds for acosh and atanh.
Change History
Note: See
TracTickets for help on using
tickets.

This was fixed in an earlier patch.