yn


Description:

public double yn (int x0, double x1)

Returns Bessel function of x1 of the second kind of order x0.

Note:

Remember to link the math library: valac -X -lm ...

The GLib.Math.yn function returns Bessel function of x1 of the second kind of order x0.

Parameters:

x0

Determines the Bessel function order.

x1

A numeric value.


Namespace: GLib.Math
Package: glib-2.0