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

asinh(PythonObject) -- inverse hyperbolic sine of a python object

Description

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

i1 : asinh toPython 0

o1 = 0.0

o1 : PythonObject of class float
i2 : asinh toPython 1

o2 = 0.881373587019543

o2 : PythonObject of class float

See also

Ways to use this method:


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