math.y0() function
The math.y0()
function returns the order-zero Bessel function of the second kind.
Output data type: Float
import "math"
math.y0(x: 3.14)
// Returns 0.3289375969127807
Parameters
x
The value used in the operation.
Special cases
math.y0(x: +Inf) // Returns 0
math.y0(x: 0) // Returns -Inf
math.y0(x: <0) // Returns NaN
math.y0(x: 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.