erfc()

This article describes erfc() function.

Provides the complementary error function of the input.

Syntax

erfc(x)

Parameters

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

Returns

Returns the complementary error function of x.

Examples

The following example shows how to use the erfc() function to calculate the complementary error function for a range of values from -3 to 3.

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