math.j1() function

The math.j1() function returns the order-one Bessel function of the first kind.

*Output data type: Float*

  1. import "math"
  2. math.j1(x: 1.23)
  3. // Returns 0.5058005726280961

Parameters

x

The value used in the operation.

*Data type: Float*

Special cases

  1. math.j1Inf) // Returns 0
  2. math.j1(NaN) // Returns NaN