jnf

Name

jnf -- Bessel functions

Synopsis

#include <math.h>

float jnf(float x);

Description

The jnf() function is identical to jn(), except that the argument x and the return value is a float.

Returns

See jn().

See Also

j0(), j0f(), j0l(), j1(), j1f(), j1l(), jn(), jnl(), y0(), y0f(), y0l(), y1(), y1f(), y1l(), yn(), ynf(), ynl()