ynf


Description:

public float ynf (int x0, float x1)

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

Note:

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

Parameters:

x0

Determines the Bessel function order.

x1

A numeric value.


Namespace: GLib.Math
Package: glib-2.0