special2.spad line 1134 [edit on github]
This package implements functions which we can not directly take from underlying system.
atanh(x) computes atanh.
atanh(x)
atanh
log_plus_1(x) computes log(1 + x) with good accuracy.
log_plus_1(x)
log(1 + x)