cabsl (3m) manual page

Table of Contents

Name

cabs, cabsf, cabsl - return a complex absolute value

Synopsis

c99 [ flag... ] file... -lm [ library... ] #include <complex.h>

double cabs(double complex z);

float cabsf(float complex z);

long double cabsl(long double complex z);

Description

These functions compute the complex absolute value (also called norm, modulus, or magnitude) of z.

Return Values

These functions return the complex absolute value.

Errors

No errors are defined.

Attributes

See attributes(5) for descriptions of the following attributes:

tab() allbox; cw(2.750000i)| cw(2.750000i) lw(2.750000i) lw(2.750000i). ATTRIBUTE TYPEATTRIBUTE VALUE Interface StabilityStandard MT-LevelMT-Safe

See Also

complex.h(3HEAD) , attributes(5) , standards(5)


Table of Contents