Berserk Docs
Scalar FunctionsMath Functions

erfc

Complementary error function erfc(x) = 1 - erf(x).

Syntax

erfc(x)

Parameters

Prop

Type

Returns: real

Examples

Example 1

print erfc(0.5)
print_0 (real)
0.4795001221869535

On this page