csin(3M) Mathematical Library Functions csin(3M)NAME
csin, csinf, csinl - complex sine functions
SYNOPSIS
c99 [ flag... ] file... -lm [ library... ]
#include <complex.h>
double complex csin(double complex z);
float complex csinf(float complex z);
long double complex csinl(long double complex z);
DESCRIPTION
These functions compute the complex sine of z.
RETURN VALUES
These functions return the complex sine value.
ERRORS
No errors are defined.
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Interface Stability |Standard |
+-----------------------------+-----------------------------+
|MT-Level |MT-Safe |
+-----------------------------+-----------------------------+
SEE ALSO casin(3M), complex.h(3HEAD), attributes(5), standards(5)SunOS 5.11 12 Jul 2006 csin(3M)
Check Out this Related Man Page
csin(3M) Mathematical Library Functions csin(3M)NAME
csin, csinf, csinl - complex sine functions
SYNOPSIS
cc [ flag... ] file... -lm [ library... ]
#include <complex.h>
double complex csin(double complex z);
float complex csinf(float complex z);
long double complex csinl(long double complex z);
DESCRIPTION
These functions compute the complex sine of z.
RETURN VALUES
These functions return the complex sine value.
ERRORS
No errors are defined.
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Interface Stability |Standard |
+-----------------------------+-----------------------------+
|MT-Level |MT-Safe |
+-----------------------------+-----------------------------+
SEE ALSO casin(3M), complex.h(3HEAD), attributes(5), standards(5)SunOS 5.10 1 Sep 2002 csin(3M)
Hello there everyone.
I have installed OCSInventory on 46 of my RHEL5 servers. But when the process is running after some time it makes this processes exp:
After a ps -ef |grep ocs here is what I get :
root 3073 28258 0 15:51 ? 00:00:00 <defunct>
root 6459 17165 0... (8 Replies)
Hello everzone,
I have a column of values and i need to find arcsin for evry value in this column. I am very new to shell scripting and would be glad to receive any help regarding this. Also i want them to be saved in the next column.
Desired output:
# #
a arcsin(a)
b arcsin(b)
c ... (10 Replies)