# 导入数学库
import math
# 输出不同数值的反双曲正切值
print(math.atanh(0.59))
print(math.atanh(-0.12))
print(math.atanh(0.99))