Qucs-core  0.0.18
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Macros
fourier.cpp File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <cmath>
#include "consts.h"
#include "object.h"
#include "complex.h"
#include "vector.h"
#include "fourier.h"

Go to the source code of this file.

Namespaces

 qucs
 

Macros

#define Swap(a, b)   { nr_double_t t; t = a; a = b; b = t; }
 

Macro Definition Documentation

#define Swap (   a,
 
)    { nr_double_t t; t = a; a = b; b = t; }

Definition at line 41 of file fourier.cpp.