next up previous contents [pdf] index

Next: Call Up: Complex number operations (komplex.c) Previous: Output

cabsf

Returns the magnitude of a complex number. It uses a function hypotf from c99.h, which calls the hypot function from math.h in the C library.



Subsections


2011-07-02