◄Description► ◄Example► ◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Include: <math.h> Syntax: double cabs( struct complex z ); Returns: the absolute value if successful, or HUGE_VAL on overflow. errno: ERANGE See also: abs, fabs, labs -♦-