473 B
473 B
title | description | menu | weight | ||||||
---|---|---|---|---|---|---|---|---|---|
math.erf() function | The math.erf() function returns the error function of `x`. |
|
301 |
The math.erf()
function returns the error function of x
.
import "math"
math.erf(x: 22.6)
Parameters
x
The value used in the operation.
Data type: Float
Special cases
math.erf(+Inf) // Returns 1
math.erf(-Inf) // Returns -1
math.erf(NaN) // Returns NaN