Return the inverse hyperbolic cosine of different numbers:
# Import math Library
import math
# Return the inverse hyperbolic cosine of different numbers
print (math.acosh(7))
print (math.acosh(56))
print (math.acosh(2.45))
print (math.acosh(1))
The math.acosh()
method returns the inverse hyperbolic cosine of a number.
Note: The parameter passed in acosh() must be greater than or equal to 1.
Syntax Parameter Values Parameter Description x Required. A positive number >= 1. If x is not a number, it returns a TypeError Technical Details Return Value: Afloat
value, representing the inverse hyperbolic cosine of x Python Version: 2.6
Track your progress - it's free!
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4