Skip to content

Doctest exp(c*f(x)) simplification, f inverse hyperbolic #24841

@rwst

Description

@rwst

The resp. Pynac-0.7.17 enhancements should be doctested here:

sage: exp(asinh(2))
sqrt(5) + 2
sage: exp(2*asinh(2))
(sqrt(5) + 2)^2
sage: exp(1/2*acosh(3))
sqrt(2*sqrt(2) + 3)
sage: exp(atanh(1/2))
sqrt(3)
sage: exp(atanh(-2, hold=True))  # known bug
sqrt(1/3)
sage: exp(acoth(31))
4*sqrt(1/15)
sage: exp(asech(1/3))
2*sqrt(2) + 3
sage: exp(acsch(13))
1/13*sqrt(170) + 1/13

Component: symbolics

Issue created by migration from https://trac.sagemath.org/ticket/24841

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions