# File lib/facets/more/quaternion.rb, line 496
  def cosh; e=exp; return (e+e.inverse)/2; end