My Project
0.0.16
QUCS Mapping
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <math.h>
#include "complex.h"
#include "variable.h"
#include "property.h"
Go to the source code of this file.
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 153 of file property.cpp.
#define S | ( | con | ) | ((constant *) (con))->s |
Definition at line 154 of file property.cpp.
#define V | ( | con | ) | ((constant *) (con))->v |
Definition at line 155 of file property.cpp.