# convert to sinh(x);

tosinh(cosh(x_)) := sqrt(1+sinh(x)^2);
tosinh(sin(x_)):= -i*sinh(i*x);