|
Qucs-core
0.0.18
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <ctype.h>#include <cmath>#include "complex.h"#include "variable.h"#include "property.h"Go to the source code of this file.
Namespaces | |
| qucs | |
Macros | |
| #define | D(con) ((constant *) (con))->d |
| #define | S(con) ((constant *) (con))->s |
| #define | V(con) ((constant *) (con))->v |
| #define D | ( | con | ) | ((constant *) (con))->d |
Definition at line 157 of file property.cpp.
| #define S | ( | con | ) | ((constant *) (con))->s |
Definition at line 158 of file property.cpp.
| #define V | ( | con | ) | ((constant *) (con))->v |
Definition at line 159 of file property.cpp.
1.8.6