Run
import math x = 5 result = math.acosh(x) print('acosh(x) :', result)
Output