{"id":24378,"date":"2021-10-14T09:46:49","date_gmt":"2021-10-14T04:16:49","guid":{"rendered":"https:\/\/python-programs.com\/?p=24378"},"modified":"2021-11-05T21:06:48","modified_gmt":"2021-11-05T15:36:48","slug":"python-program-for-asinh-function","status":"publish","type":"post","link":"https:\/\/python-programs.com\/python-program-for-asinh-function\/","title":{"rendered":"Python Program for asinh() Function"},"content":{"rendered":"

In the previous article, we have discussed Python Program for acosh() Function<\/a>
\nasinh() Function\u00a0in Python:<\/strong><\/p>\n

The inverse hyperbolic sine of a number is returned by the math.asinh() method.<\/p>\n

Syntax:<\/strong><\/p>\n

math.asinh(x)<\/pre>\n

Parameter:<\/strong><\/p>\n

x:<\/strong> This is required. It is a positive or a negative number. If x is not a number, a TypeError is returned.<\/p>\n

Return Value:<\/strong><\/p>\n

Returns a float value representing a number’s inverse hyperbolic sine.<\/p>\n