Run
import math x = 0.5 result = math.atanh(x) print('atanh(x) :', result)
Output