proteus  1.8.1
C/C++/Fortran libraries
Macros | Functions
Dpythag.cpp File Reference
#include <math.h>
Include dependency graph for Dpythag.cpp:

Go to the source code of this file.

Macros

#define DSQR(a)   ((dsqrarg=(a)) == 0.0 ? 0.0 : dsqrarg*dsqrarg)
 

Functions

double dpythag (double a, double b)
 

Macro Definition Documentation

◆ DSQR

#define DSQR (   a)    ((dsqrarg=(a)) == 0.0 ? 0.0 : dsqrarg*dsqrarg)

Definition at line 3 of file Dpythag.cpp.

Function Documentation

◆ dpythag()

double dpythag ( double  a,
double  b 
)

Definition at line 5 of file Dpythag.cpp.