Macaulay2 » Documentation
Packages » Python » PythonObject » atanh(PythonObject)
next | previous | forward | backward | up | index | toc

atanh(PythonObject) -- inverse hyperbolic tangent of a python object

Description

This calls Python's built-in math.atanh function, which computes the inverse hyperbolic tangent of x.

i1 : atanh toPython 0

o1 = 0.0

o1 : PythonObject of class float
i2 : atanh toPython 0.5

o2 = 0.5493061443340548

o2 : PythonObject of class float

See also

Ways to use this method:


The source of this document is in Python/doc/hyperbolic.m2:76:0.