#include "eseries.h"
#include <array>
#include <optional>
#include <string>
#include <utility>
#include <vector>
Go to the source code of this file.
|
struct | RESISTANCE |
|
class | RES_EQUIV_CALC |
| Performs calculations on E-series values primarily to find target values as combinations (serial, parallel) of them. More...
|
|
◆ RES_EQUIV_CALC_FIRST_VALUE
#define RES_EQUIV_CALC_FIRST_VALUE 10 |
◆ RES_EQUIV_CALC_LAST_VALUE
#define RES_EQUIV_CALC_LAST_VALUE 1e6 |
◆ epsilon
const double epsilon = 1e-12 |
Definition at line 30 of file resistor_substitution_utils.h.
Referenced by BezierToPolyline(), BOOST_AUTO_TEST_CASE(), ZONE_FILLER::buildThermalSpokes(), RES_EQUIV_CALC::Calculate(), PCB_TUNING_PATTERN::EditPush(), equivalent(), RES_EQUIV_CALC::Exclude(), ZONE_FILLER::fillCopperZone(), ZONE_FILLER::fillNonCopperZone(), ZONE::GetInteractingZones(), DRC_ENGINE::IsNetTieExclusion(), TRANSFORM::MapAngles(), PANEL_R_CALCULATOR::OnCalculateESeries(), DRC_TEST_PROVIDER_CONNECTION_WIDTH::Run(), test::DRC_TEST_PROVIDER_DIFF_PAIR_COUPLING::Run(), DRC_TEST_PROVIDER_DISALLOW::Run(), DRC_TEST_PROVIDER_HOLE_TO_HOLE::testHoleAgainstHole(), DRC_TEST_PROVIDER_PHYSICAL_CLEARANCE::testShapeLineChain(), DRC_TEST_PROVIDER_PHYSICAL_CLEARANCE::testZoneLayer(), and DIALOG_GLOBAL_EDIT_TEARDROPS::TransferDataFromWindow().