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