this.addFunction({
        'sinh': HumaneMath.Dialect.WEST,
        'sh':   HumaneMath.Dialect.EAST
      },
      (params) => (Math.exp(params[0]) - Math.exp(-params[0])) / 2.0