CCOS(3) BSD Library Functions Manual CCOS(3)NAME
ccos, ccosf, csin, csinf ctan, ctanf -- complex trigonometric functions
LIBRARY
Math Library (libm, -lm)
SYNOPSIS
#include <complex.h>
double complex
ccos(double complex z);
float complex
ccosf(float complex z);
double complex
csin(double complex z);
float complex
csinf(float complex z);
double complex
ctan(double complex z);
float complex
ctanf(float complex z);
DESCRIPTION
The ccos(), csin(), and ctan() functions compute the cosine, sine, and tangent of the complex number z, respectively. The ccosf(), csinf(),
and ctanf() functions perform the same operations in float precision.
SEE ALSO cacos(3), ccosh(3), complex(3), cos(3), math(3), sin(3), tan(3)STANDARDS
These functions conform to ISO/IEC 9899:1999 (``ISO C99'').
BSD October 17, 2011 BSD
Check Out this Related Man Page
CSIN(3) BSD Library Functions Manual CSIN(3)NAME
csin -- complex sine function
ccos -- complex cosine function
ctan -- complex tangent function
SYNOPSIS
#include <complex.h>
double complex
csin(double complex z);
long double complex
csinl(long double complex z);
float complex
csinf(float complex z);
double complex
ccos(double complex z);
long double complex
ccosl(long double complex z);
float complex
ccosf(float complex z);
double complex
ctan(double complex z);
long double complex
ctanl(long double complex z);
float complex
ctanf(float complex z);
DESCRIPTION
csin(z) computes the sine of the complex floating-point number z.
ccos(z) computes the cosine of the complex floating-point number z.
ctan(z) computes the tangent of the complex floating-point number z.
NOTES
csin, ccos, and ctan are defined in terms of the complex hyperbolic functions as follows:
csin(z) = -i * csinh(i*z),
ccos(z) = ccosh(i*z),
ctan(z) = -i * ctanh(i*z).
SEE ALSO csinh(3)ccosh(3)ctanh(3)complex(3)STANDARDS
The csin(), ccos(), and ctan() functions conform to ISO/IEC 9899:2011.
4th Berkeley Distribution December 11, 2006 4th Berkeley Distribution
I am trying to get my MacBook Pro with 10.8 Mt Lion set up to run Perl CGI scripts.
Having a problem. I can start Apache Web Server with no problems.
Why do I put the static and dynamic scripts? I which directory?
I have looked at this article:... (3 Replies)
Hello all, I am a complete newbie to Unix and therefor also to this forum. I have an assignment for Uni, and need your help to understand something.
I need to use crontab and tar to schedule a weekly backup of a folder and its contents. I want the tarball to be stored in the users/float... (6 Replies)
Hi,
I have downloaded Audio::Beep. I tried to install it through CPAN but i got YAML error. Then I have tried to install it manually. I tried all the instructions provided in README file. It worked but when i am compiling , it still gives me error:
# ls
acct21.pl~ imap(2).pl ... (15 Replies)
Hi,
When I do ps -ef | grep java I get the following output on my server, But how to get just the last line and the pid....something like:-
wasadmin@ccos2104:TEST:bin> ps -ef | grep java
wasadmin 5935 54288 0 12:39 pts/8 00:00:00 grep java
ccos2104Cell ccos2104 aa
... (2 Replies)
I posted last week about how the find command (known to be slow to begin with), is slowing down by 75x on a windows remote share.
Do awk or Perl have the capability to find files (pretty sure the answer for Perl is yes). I want to duplicate find "$dataDir" -type d -name '*.aps' (recursive... (10 Replies)
Hello,
we have more than 100000 files in a directory which are write-protected regular file, these files are quite old and would like to delete them completely, Kindly let me know the command or peice of code to automate the process.
The filenames are like below
MPNT_... (6 Replies)
Hi,
Please help.
I created a ZFS pool on Solaris 11.3 (thunder) and shared it using NFS (storage).
But when I connect from my Mac without credentials I can't write to the share,I assume I have to make the share public but can't figure out the syntax,please help.
Also the pool is for... (6 Replies)
Folks,
Solaris 10 issue
When I add a new directory to a path, I only get the "group@" line in the ACL
The parent directory ACL is
drwxrws---+ 12 root teama 12 Jul 18 10:31 .
owner@:rwxp-DaARWc---:------:allow
group@:rwxp-DaARWc--s:fd----:allow
... (0 Replies)
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)
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)
I am getting this error:
Can't locate loadable object for module IO::Tty in @INC (@INC contains: /production/79p/perl5/lib/site_perl/5.28.0/x86_64-linux /production/79p/perl5/lib/site_perl/5.28.0 /production/79p/perl5/lib/5.28.0/x86_64-linux /production/79p/perl5/lib/5.28.0... (2 Replies)