Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
344
double UnitStack::standardExponent() const
345
{
346
if (!stack.size()) {
347
return NAN;
348
}
349
return stack[0].second;
350
}
351
352
void UnitStack::join(double exponent)
353
{
Callers
1
TEST
Function · 0.80
Calls
1
size
Method · 0.45
Tested by
1
TEST
Function · 0.64