Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

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

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Relocatable code, Etcetera

I was reading about ELF files and it has lead to Relocatable Code and also P.I.C. I have searched the net like never before and I can't find a whole lot of comprehensive/organized info on this topic. I really can't put together a decent enough question at this point. Is... (2 Replies)
Discussion started by: theKbStockpiler
2 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. Web Development

Random - Any help decoding obfuscated code?

I have this following file and I would quite like to get it decoded - any help / advice is appreciated. I would like to know how to decrypt it, however if someone is able to do it for me I would be equally grateful. <?php //Obfuscation provided by FOPO - Free Online PHP Obfuscator v1.2:... (6 Replies)
Discussion started by: mcclunyboy
6 Replies

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

5. Shell Programming and Scripting

How to remove part of the line from start of the line?

Hello, I am java command from a shell script which will generate the below output on the command prompt signature Base64 :... (10 Replies)
Discussion started by: chetanojha
10 Replies

6. Shell Programming and Scripting

Help with Shell Script: User Lookup

Hi everyone, Let me start by stating this question is for homework help (not "help, my boss needs this ASAP") I have spent the last few days re-visiting this script, and cannot figure out where I am going wrong (something simple I'm sure). I am to build a script that searches for a user... (1 Reply)
Discussion started by: jjc032681
1 Replies

7. UNIX for Beginners Questions & Answers

Changing date format with script

I'm trying to change date format using this script from day/month/year to month/day/year #!/bin/bash while read line; do echo "$line" date=$(echo "$line" | cut -d/ -f1 ) month=$(echo "$line" | cut -d/ -f2 ) echo $month"/"$date"/2017" done < ~/Downloads/Dates.csv But I get output as... (5 Replies)
Discussion started by: sharat
5 Replies

8. Shell Programming and Scripting

Copy of "How to create a long list of directories with mkdir?"

To bakunin and corona688: My result when text in file is ms_ww_546 ms_rrL_99999 ms_nnn_67_756675 is https://www.unix.com/C:\Users\Fejoz\Desktop\ttt.jpg I hope you can see the picture. There is like a "whitespace character" after 2 of the 3 created directories. ---------- Post... (0 Replies)
Discussion started by: setub
0 Replies