docs-v2/content/v2.0/reference/flux/functions/math/j1.md

544 B

title description menu weight
math.j1() function The math.j1() function returns the order-one Bessel function of the first kind.
v2_0_ref
name parent
math.j1 Math
301

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

Output data type: Float

import "math"

math.j1(x: 1.23)

// Returns 0.5058005726280961

Parameters

x

The value used in the operation.

Data type: Float

Special cases

math.j1(±Inf) // Returns 0
math.j1(NaN)  // Returns NaN