KiCad PCB EDA Suite
|
#include <cmath>
Go to the source code of this file.
Namespaces | |
namespace | TRANSLINE_CALCULATIONS |
Functions | |
double | asinh (double x) |
double | acosh (double x) |
double | atanh (double x) |
Variables | |
constexpr double | TRANSLINE_CALCULATIONS::MU0 = 12.566370614e-7 |
constexpr double | TRANSLINE_CALCULATIONS::E0 = 8.854e-12 |
constexpr double | TRANSLINE_CALCULATIONS::C0 = 299792458.0 |
constexpr double | TRANSLINE_CALCULATIONS::ZF0 = 376.730313668 |
const double | TRANSLINE_CALCULATIONS::LOG2DB = 20.0 / log( 10.0 ) |
|
inline |
Definition at line 37 of file common/transline_calculations/units.h.
Referenced by TWISTEDPAIR::calcAnalyze(), COUPLED_MICROSTRIP::syn_err_fun(), and COUPLED_MICROSTRIP::synth_width().
|
inline |
Definition at line 30 of file common/transline_calculations/units.h.
|
inline |
Definition at line 49 of file common/transline_calculations/units.h.
Referenced by MICROSTRIP::delta_Z0_cover(), and COUPLED_MICROSTRIP::delta_Z0_even_cover().