On Sat, Apr 10, 2021 at 09:44 PM, Maynard Wright, P. E., W6PAP wrote:
To be clear, I am using older versions of these tools, but I suspect that more
recent versions will behave in the same manner.
Most recent version of Octave (6.2.0) gives the same answers:
atanh(1)
ans = Inf
tanh(atanh(1))
ans = 1
I just started playing with Octave recently. What a wonderful tool!