Skip to main content

bessel

bessel(
@x ? ## required
@order ? ## required
) -> llll/null
note

bessel is a built-in function in the bell programming language and is not unique or exclusive to bellplay~.

Returns the Bessel function of the first kind of given @order at point @x.


Arguments

  • @x [int/float/llll] Numeric llll.(required)
  • @order [llll] (required)

Output

Bessel function of the first kind of given @order at point @x. [llll/null]

warning

bessel will return null without raising an error if required arguments are not provided.