jn


Description:

public double jn (int x0, double x1)

Returns Bessel function of x of the first kind of order n.

Note:

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

Parameters:

n

Determines the Bessel function order.

x

A numeric value.


Namespace: GLib.Math
Package: glib-2.0