Run
import math x = 2 result = math.sinh(x) print('sinh(x) :', result)
Output