Run
import math x = 20 result = math.asinh(x) print('asinh(x) :', result)
Output