ReactOS
0.4.16-dev-252-g9ccafe8
Functions
cabs.c File Reference
#include <math.h>
Include dependency graph for cabs.c:
Go to the source code of this file.
Functions
double
_cabs
(
struct
_complex
z
)
Function Documentation
◆
_cabs()
double
_cabs
(
struct
_complex
z
)
Definition at line
6
of file
cabs.c
.
7
{
8
return
sqrt
(
z
.x*
z
.x +
z
.y*
z
.y );
9
// return hypot(z.x,z.y);
10
}
sqrt
_STLP_DECLSPEC complex< float > _STLP_CALL sqrt(const complex< float > &)
Definition:
complex.cpp:188
z
GLdouble GLdouble z
Definition:
glext.h:5874
sdk
lib
crt
math
cabs.c
Generated on Sun Nov 10 2024 06:22:44 for ReactOS by
1.9.6