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

Method getSlug

libraries/weight/weight.h:97–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95 float getQuarterUK() { return _w * 0.0000787365222089;};
96 float getQuarterUS() { return _w * 0.000088184904874;};
97 float getSlug() { return _w * 0.000068521765562;};
98 float getTroyPound() { return _w * 0.00267922888072;};
99 float getTroyOunce() { return _w * 0.0321507465686;};
100 float getRobie() { return _w * 0.1;};

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64