erfc()

This article describes erfc() function.

Returns the complementary error function of the input.

Syntax

erfc(x)

Parameters

NameTypeRequiredDescription
xreal✔️The value for which to calculate the function.

Returns

Complementary error function of x.

Example

range x from -3 to 3 step 1
| extend erf_x = erfc(x)
xerf_x
-31.999977909503001
-21.995322265018953
-11.842700792949715
01
10.157299207050285
20.00467773498104727
32.20904969985854E-05