Skip to main content

bessel_y

Function bessel_y 

Source
pub fn bessel_y(n: i32, x: f64) -> f64
Expand description

Bessel function of the second kind Y_n(x) (Neumann function).

Computed via the standard Wronskian-based recurrence from Y_0 and Y_1.

§Arguments

  • n - non-negative integer order
  • x - positive real argument (x > 0)

§Returns

Value of Y_n(x).