ReactOS
0.4.16-dev-835-gd769f56
cabs.c
Go to the documentation of this file.
1
#include <math.h>
2
3
/*
4
* @implemented
5
*/
6
double
_cabs
(
struct
_complex
z
)
7
{
8
return
sqrt
(
z
.x*
z
.x +
z
.y*
z
.y );
9
// return hypot(z.x,z.y);
10
}
11
12
13
14
sqrt
_STLP_DECLSPEC complex< float > _STLP_CALL sqrt(const complex< float > &)
Definition:
complex.cpp:188
_cabs
double _cabs(struct _complex z)
Definition:
cabs.c:6
z
GLdouble GLdouble z
Definition:
glext.h:5874
_complex
Definition:
math.h:31
sdk
lib
crt
math
cabs.c
Generated on Thu Mar 20 2025 06:13:59 for ReactOS by
1.9.6