Functions

cabs.c File Reference

Go to the source code of this file.

Functions

float sqrtf (float)
float cabs (float real, float imag)

Function Documentation

float cabs ( float  real,
float  imag 
)

Definition at line 46 of file cabs.c.

References F, and sqrtf().

Referenced by ar_cabs().

Here is the call graph for this function:

float sqrtf ( float   )