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

Method getDecimals

libraries/float16/float16.h:35–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 size_t printTo(Print& p) const;
34 void setDecimals(uint8_t d) { _decimals = d; };
35 uint8_t getDecimals() { return _decimals; };
36
37 // equalities
38 bool operator == (const float16& f);

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64