MCPcopy Create free account
hub / github.com/Qucs/qucs / constructExpToModMap

Method constructExpToModMap

qucs-rescodes/notation.cpp:25–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23#include "classproto.h"
24
25map<int,char> Notation::constructExpToModMap()
26{
27 map<int,char> ExpToModMap;
28 ExpToModMap[3]='k';
29 ExpToModMap[6]='M';
30 ExpToModMap[9]='G';
31 return(ExpToModMap);
32}
33
34map<char,int> Notation::constructModToExpMap()
35{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected