Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

j1q(3m) [hpux man page]

j0(3M)																	    j0(3M)

NAME
j0(), j0f(), j0l, j0w(), j0q(), j1(), j1f(), j1l(), j1w(), j1q(), jn(), jnf(), jnl(), jnw(), jnq() - Bessel functions of the first kind SYNOPSIS
HP Integrity Server Only DESCRIPTION
and return Bessel functions of x of the first kind of orders 0 and 1 respectively. returns the Bessel function of x of the first kind of order n. and are versions of and each takes a argument x and returns a result. and are versions of and each takes a argument x and returns a result. and are versions of and each takes an argument x and returns an result. and are versions of and each takes a arguemnt x and returns a result. USAGE
To use these functions, compile either with the default option or with the and options. Make sure your program includes Link in the math library by specifying on the compiler or linker command line. To use (for Integrity servers) or compile also with the option. RETURN VALUE
If x is NaN, and return NaN. ERRORS
No errors are defined. SEE ALSO
y0(3M), math(5). M. Abramowitz and I. Stegun, (New York: Dover Publications, 1972). STANDARDS CONFORMANCE
j0(3M)

Check Out this Related Man Page

y0(3M)																	    y0(3M)

NAME
y0(), y0f(), y0l(), y0w(), y0q(), y1(), y1f(), y1l(), y1w(), y1q(), yn(), ynf(), ynl(), ynw(), ynq() - Bessel functions of the second kind SYNOPSIS
HP Integrity Server Only DESCRIPTION
and return Bessel functions of x of the second kind of orders 0 and 1 respectively. returns the Bessel function of x of the second kind of order n. and are versions of snd each takes a argument x and returns a result. and are versions of and each takes a arguement x and returns a result. and are version of and each takes an argument x and resturns an result. and are version of and each takes a argument x and returns a result. USAGE
To use these functions, compile either with the default option or with the and options. Make sure your program includes Link in the math library by specifying on the compiler or linker command line. To use (for Integrity servers) or compile also with the option. RETURN VALUE
If x is negative or zero, and return (equal to -INFINITY). If x is NaN, and return NaN. If the correct result would overflow, and return ERRORS
No errors are defined. SEE ALSO
j0(3M), math(5). M. Abramowitz and I. Stegun, (New York: Dover Publications, 1972). STANDARDS CONFORMANCE
y0(3M)
Man Page

7 More Discussions You Might Find Interesting

1. 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

2. IP Networking

Help with iptables

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

3. Shell Programming and Scripting

Running q-shell commands( on IBM-i Series) from cygwin terminal (on windows)

I have cygwin installed on windows server and when I do echo $SHELL the output is /bin/bash I have created a ssh tunnel from this windows server through cygwin to ibm -i series which is running Q-shell. I am trying to invoke a utility wsadmin (used for scripting) on ibm-i from the... (12 Replies)
Discussion started by: gaurav99
12 Replies

4. 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

5. 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

6. Shell Programming and Scripting

Matching column value from 2 different file using awk and append value from different column

Hi, I have 2 csv files. a.csv HUAWEI,20LMG011_DEKET_1296_RTN-980_IDU-1-11-ISV3-1(to LAMONGAN_M),East_Java,20LMG011_DEKET_1296_RTN-980_IDU-1,20LMG011,20LMG 027_1287_LAMONGAN_RTN980_IDU1,20LMG027,1+1(HSB),195.675,20LMG011-20LMG027,99.9995,202.6952012... (7 Replies)
Discussion started by: tententen
7 Replies

7. Shell Programming and Scripting

A script need help

Hi Gurus, I have below requirement and have no idea how to achieve this. the input file like below. there are multiple sections in file, each section has multiple lines. I need to find certain lines (value1, value2, value3 are key words for line searching) and generate another file. in some... (9 Replies)
Discussion started by: green_k
9 Replies