MCPcopy Create free account
hub / github.com/Cantera/cantera / standardExponent

Method standardExponent

src/base/Units.cpp:344–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

342}
343
344double UnitStack::standardExponent() const
345{
346 if (!stack.size()) {
347 return NAN;
348 }
349 return stack[0].second;
350}
351
352void UnitStack::join(double exponent)
353{

Callers 1

TESTFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by 1

TESTFunction · 0.64