Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

j0f(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

7 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Raid A1000 with E450 and E250.

Hi, I'm facing problem in connecting a Raid A1000 to E250 and E450. ( Both machines with Solaris 2.6 OS and patched, with different scsi-initiator-ids - 7 & 3 ). BTW, I'm not using this setup to access raid data from both machines simultaneously. There is Veritas Cluster Server monitoring... (1 Reply)
Discussion started by: shibz
1 Replies

2. UNIX for Advanced & Expert Users

Conflicts in the output of TOP command

Hi All, In the output of TOP command in my unix system, i monitored that some process has utilization more than 100% even some process has 4000% utilisation. Please help me understand how it is possible to show more than 100% utilization. Please see the screenshot below:... (2 Replies)
Discussion started by: anand2308
2 Replies

3. IP Networking

Help with iptables

photo... (1 Reply)
Discussion started by: beerpong1
1 Replies

4. AIX

Problems with VIO O/S 2.2.3

I hope someone has experienced this problem before and can help. I have a P730 (8231-E2D) which is fitted with 8 IBM SAS disks on 2 separate SISSAS controllers. The disk type is ST9146853SS (Seagate SAS 146Gb). The problem occurs when I try to install the VIO server software at 2.2.3. It... (3 Replies)
Discussion started by: johnf
3 Replies

5. Shell Programming and Scripting

How to add nodev for /dev/shm partition in Linux using shell script?

Hi, Please guide me how to add nodev option for /dev/shm partition. I am new to scripting and looking to do via command line. Thanks Litu (13 Replies)
Discussion started by: Litu1988
13 Replies

6. Shell Programming and Scripting

If contents of A are in B then move the common contents to C

Hallo Team, I have 2 .csv files file A has 47600 lines and file B has 67000 lines FILEA SD0o9rb01-1d320ddbcc8d220f572739ebed5f58d1-v300g00 SD8bt0101-a0810bfe0e3396060126ec51b30dac0a-v300g00 SD05sce01-cb056af347ed4651f29eb3c3e9addbd6-v300g00... (3 Replies)
Discussion started by: kekanap
3 Replies

7. Shell Programming and Scripting

Shell Script with following awk command pls help

Hi I want to create a shell script with the following awk command & also get the filenames in output. awk '/<catetcsecuretty0>/ {p=1} /<catvarlogmessages0>/ {p=0} p' *.xml As there will be multiple outputs related to many xml files I cannot identify which output belongs to which file ... (5 Replies)
Discussion started by: sharp488
5 Replies