Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ AddNumerator
Method
AddNumerator
lib/mdflib/mdflib/src/hocompuscale.cpp:42–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
}
41
42
void HoCompuScale::AddNumerator(double value) {
43
numerator_list_.emplace_back(value);
44
}
45
46
const CoeffList& HoCompuScale::Numerators() const {
47
return numerator_list_;
Callers
1
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64