Ticket #990 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 years ago

no support for asinh/acosh etc. in symbolic expressions

Reported by: moretti Owned by: mhansen
Priority: major Milestone: sage-2.8.15
Component: calculus Keywords:
Cc: Author(s):
Report Upstream: Reviewer(s):
Merged in: Work issues:

Description

Add support for inverse hyperbolic functions in Sage

Change History

Changed 3 years ago by cwitty

  • milestone set to sage-2.9

Changed 3 years ago by mhansen

  • owner changed from was to mhansen
  • status changed from new to assigned
  • milestone changed from sage-2.9.1 to sage-2.8.15

This was fixed in an earlier patch.

sage: asinh(I)
I*pi/2
sage: asinh(2.0)
1.44363547517881
sage: acosh(2.0)
1.31695789692482
sage: atanh(1.0)
+infinity
sage: atanh(0.2)
0.202732554054082

Changed 3 years ago by mhansen

  • status changed from assigned to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.