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

acosh(PythonObject) -- inverse hyperbolic cosine of a python object

Description

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

i1 : acosh toPython 1

o1 = 0.0

o1 : PythonObject of class float
i2 : acosh toPython 2

o2 = 1.3169578969248166

o2 : PythonObject of class float

See also

Ways to use this method:


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