from small one page howto to huge articles all in one place
 

search text in:





Poll
Which screen resolution do you use?










poll results

Last additions:
using iotop to find disk usage hogs

using iotop to find disk usage hogs

words:

887

views:

18956

userrating:

average rating: 1.6 (32 votes) (1=very good 6=terrible)


May 25th. 2007:
Words

486

Views

42492

why adblockers are bad


Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

words:

161

views:

22535

userrating:

average rating: 1.1 (12 votes) (1=very good 6=terrible)


April, 26th. 2006:

Druckversion
You are here: manpages





CABS

Section: Linux Programmer's Manual (3)
Updated: 2008-08-11
Index Return to Main Contents
 

NAME

cabs, cabsf, cabsl - absolute value of a complex number  

SYNOPSIS

#include <complex.h>

double cabs(double complex z);
float cabsf(float complex z);
long double cabsl(long double complex z);

Link with -lm.  

DESCRIPTION

The cabs() function returns the absolute value of the complex number z. The result is a real number.  

VERSIONS

These functions first appeared in glibc in version 2.1.  

CONFORMING TO

C99.  

NOTES

The function is actually an alias for hypot(a, b) (or, equivalently, sqrt(a*a + b*b)).  

SEE ALSO

abs(3), cimag(3), hypot(3), complex(7)  

COLOPHON

This page is part of release 3.42 of the Linux man-pages project. A description of the project, and information about reporting bugs, can be found at http://www.kernel.org/doc/man-pages/.


 

Index

NAME
SYNOPSIS
DESCRIPTION
VERSIONS
CONFORMING TO
NOTES
SEE ALSO
COLOPHON


Please read "Why adblockers are bad".



Other free services
toURL.org
Shorten long
URLs to short
links like
http://tourl.org/2
tourl.org
.
FeedCollector
Combine various newsfeeds to one customized webpage
www.feedcollector.org
.
Reverse DNS lookup
Find out which hostname(s)
resolve to a
given IP or other hostnames for the server
www.reversednslookup.org
rdf newsfeed | rss newsfeed | Atom newsfeed
- Powered by LeopardCMS - Running on Gentoo -
Copyright 2004-2013 S&P Softwaredesign
Valid XHTML1.1 : Valid CSS : buttonmaker
- Level Triple-A Conformance to Web Content Accessibility Guidelines 1.0 -
- Copyright and legal notices -
Time to create this page: 8.2 ms