Spotted by Claude:
(%i1) z : tanh(2 + 3*%i)$
(%i2) float(rectform(z));
(%o2) 0.9653858790221331-0.009884375038322492*%i
(%i3) float(rectform(polarform(z)));
(%o3) 0.9654296847315433-0.0036221712255882425*%i
(%o3) is significantly different from (%o2).
Fixed by commit [d7c1d9].
Related
Commit: [d7c1d9]