A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://www.w3schools.com/python/ref_math_acosh.asp below:

Website Navigation


Python math.acosh() Method

Python math.acosh() Method

❮ Math Methods

Example

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))


Try it Yourself » Definition and Usage

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: A float value, representing the inverse hyperbolic cosine of x Python Version: 2.6

❮ Math Methods

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