# File lib/facets/more/quaternion.rb, line 495
  def sinh; e=exp; return (e-e.inverse)/2; end