Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

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

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Help with sed

Hi Guys, I know this is probably really easy but I've just started learning the basics of this stuff. Im trying to extract the number from a whole bunch of filesnames and store then as variables in my bash script. So for instance my filename is dim24.15c.07/junk/altmag6082Jb7J1f5.txt, all... (6 Replies)
Discussion started by: RichieFondel
6 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. Shell Programming and Scripting

Download dynamic generated image from HTML page

I've an HTML page where the pie chart is generated with google java code with the required input values in UNIX. The HMTL page is generated in UNIX and then when it loads in browser, the code is interpreted thought internet and the pie chart is generated. This is done by the java code in the... (4 Replies)
Discussion started by: Amutha
4 Replies

5. Solaris

DBCA Issues

I am wondering if someone can help a brother out. I am trying to create a DB using a GUI and when I am about to finish, it gets stuck. I hit finish but nothing happens. Any help from the community will be highly appreciated. ... (0 Replies)
Discussion started by: newborndba
0 Replies

6. Shell Programming and Scripting

sed multilines + separator confusion !!

Hi Seders, i am new to this forum, but i think it's quite the best place to post. So, here is my pb : I have a csv file, with comma separator and text enclosed by ". First pb is with text in " ......... ", wich sometimes includes lines break, and commas And to complicate a little more,... (4 Replies)
Discussion started by: yogeek
4 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

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

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

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