Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

jnl(3m) [opensolaris man page]

j0(3M)							  Mathematical Library Functions						    j0(3M)

NAME
j0, j0f, j0l, j1, j1f, j1l, jn, jnf, jnl - Bessel functions of the first kind SYNOPSIS
c99 [ flag... ] file... -lm [ library... ] #include <math.h> double j0(double x); float j0f(float x); long double j0l(long double x); double j1(double x); float j1f(float x); long double j1l(long double x); double jn(int n, double x); float jnf(int n, float x); long double jnl(int n, long double x); DESCRIPTION
These functions compute Bessel functions of x of the first kind of orders 0, 1 and n respectively. RETURN VALUES
Upon successful completion, these functions return the relevant Bessel value of x of the first kind. If x is NaN, a NaN is returned. ERRORS
No errors are defined. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |See below. | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+ The j0(), j1(), and jn() functions are Standard. The j0f(), j0l(), j1f(), j1l(), jnf(), and jnl() functions are Stable. SEE ALSO
isnan(3M), y0(3M), math.h(3HEAD), attributes(5), standards(5) SunOS 5.11 12 Jul 2006 j0(3M)

Check Out this Related Man Page

j0(3M)							  Mathematical Library Functions						    j0(3M)

NAME
j0, j0f, j0l, j1, j1f, j1l, jn, jnf, jnl - Bessel functions of the first kind SYNOPSIS
c99 [ flag... ] file... -lm [ library... ] #include <math.h> double j0(double x); float j0f(float x); long double j0l(long double x); double j1(double x); float j1f(float x); long double j1l(long double x); double jn(int n, double x); float jnf(int n, float x); long double jnl(int n, long double x); DESCRIPTION
These functions compute Bessel functions of x of the first kind of orders 0, 1 and n respectively. RETURN VALUES
Upon successful completion, these functions return the relevant Bessel value of x of the first kind. If x is NaN, a NaN is returned. ERRORS
No errors are defined. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |See below. | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+ The j0(), j1(), and jn() functions are Standard. The j0f(), j0l(), j1f(), j1l(), jnf(), and jnl() functions are Stable. SEE ALSO
isnan(3M), y0(3M), math.h(3HEAD), attributes(5), standards(5) SunOS 5.11 12 Jul 2006 j0(3M)
Man Page

3 More Discussions You Might Find Interesting

1. Programming

TWL06 Lexicon DAWG Engine

Hello UNIX, I wrote a Java Web-Start application based on my C code for the Directed Acyclic Word Graph or DAWG. It is primarily an effective and convenient tool for training to be an expert Scrabble player. Beyond that, it should be more accessible than my low-level C code. It works when I... (0 Replies)
Discussion started by: HeavyJ
0 Replies

2. Solaris

Java Webstart Error:Unable to load resource

I have a .jnlp file start.jnlp. It first display a login screen and after login does something I am getting the below error after login Error:unable to load resource url.com: Search with Many Find the attached error snapshot of the webstart application. I am trying this activity by... (1 Reply)
Discussion started by: hiten.r.chauhan
1 Replies

3. Solaris

Defunct process are generated after JNLP connection with a slave and the machine gets very slow

Hi everyone, I'm working on continous integration with Jenkins. I’m facing an issue while connecting a slave (solaris sparc 8) with Jenkins ver. 1.532.2 This slave is connected via the option “Launch slave via execution of command on the Master”. Connection is established with: -... (1 Reply)
Discussion started by: javaPIC
1 Replies