ReactOS
0.4.16-dev-2110-ge3521eb
Functions
cabs.c File Reference
#include "
libm.h
"
Include dependency graph for cabs.c:
Go to the source code of this file.
Functions
double
__cdecl
_cabs
(
COMPLEX
z
)
Function Documentation
◆
_cabs()
double
__cdecl
_cabs
(
COMPLEX
z
)
Definition at line
29
of file
cabs.c
.
30
{
31
/* Returns the absolute value of a complex number z
32
with real part a and complex part b. */
33
return
_hypot
(
z
.x,
z
.y);
34
}
_hypot
_ACRTIMP double __cdecl _hypot(double, double)
Definition:
hypot.c:34
z
GLdouble GLdouble z
Definition:
glext.h:5874
sdk
lib
crt
math
libm_sse2
cabs.c
Generated on Thu Jan 8 2026 06:26:16 for ReactOS by
1.9.6