math.erfc() function
The math.erfc()
function returns the complementary error function of x
.
Output data type: Float
import "math"
math.erfc(x: 22.6)
// Returns 3.7726189138490583e-224
Parameters
x
The value used in the operation.
Special cases
math.erfc(+Inf) // Returns 0
math.erfc(-Inf) // Returns 2
math.erfc(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.