MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / weight

Method weight

libraries/AtomicWeight/AtomicWeight.cpp:177–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175
176
177float PTOE::weight(const uint8_t el)
178{
179 return elements[el].weight * _weightFactor;
180}
181
182
183float PTOE::weight(const char * formula, const char * el)

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64