2 * cabs() wrapper for hypot().
4 * Written by J.T. Conklin, <jtc@wimsey.com>
5 * Placed into the Public Domain, 1994.
9 static const char rcsid
[] =
10 "$FreeBSD: src/lib/msun/src/w_cabs.c,v 1.3.12.1 2001/11/23 16:16:18 dd Exp $";
20 return hypot(creal(z
), cimag(z
));
27 return hypot(creal(*z
), cimag(*z
));