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

Method constructModToExpMap

qucs-rescodes/notation.cpp:34–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34map<char,int> Notation::constructModToExpMap()
35{
36 map<char,int> ModToExpMap;
37 ModToExpMap[' ']=0;
38 ModToExpMap['k']=3;
39 ModToExpMap['M']=6;
40 ModToExpMap['G']=9;
41 return(ModToExpMap);
42}
43
44Notation::Notation()
45{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected