math.erf() function
The math.erf()
function returns the error function of x
.
Output data type: Float
import "math"
math.erf(x: 22.6)
// Returns 1.0
Parameters
x
The value used in the operation.
Special cases
math.erf(+Inf) // Returns 1
math.erf(-Inf) // Returns -1
math.erf(NaN) // Returns NaN
Support and feedback
Thank you for being part of our community! We welcome and encourage your feedback and bug reports for Flux and this documentation. To find support, the following resources are available:
InfluxDB Cloud customers can contact InfluxData Support.