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