ERF

returns the error function · from excel · excel: not yet compared · sheets: not yet compared

signature

ERF(lower_limit, [upper_limit])

returns: number

argumentrequired
lower_limit required
upper_limit optional

examples

formula and result, taken from the engine's own test suite — every result below is asserted in CI, not written by hand.

fx =ERF(1) 0.8427007929427149

related

  • BESSELI returns modified Bessel function In(x)
  • BESSELJ returns Bessel function Jn(x)
  • BESSELK returns modified Bessel function Kn(x)
  • BESSELY returns Bessel function Yn(x)
  • BIN2DEC converts binary number to decimal
  • BIN2HEX converts binary number to hexadecimal