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

Function bitcoin

libraries/Currency/currency.cpp:91–91  ·  view source on GitHub ↗

DERIVED FUNCTIONS

Source from the content-addressed store, hash-verified

89// DERIVED FUNCTIONS
90//
91char * bitcoin(int32_t value) { return currency(value, 6, '.', ',', 'B'); }
92char * dollar(int32_t value) { return currency(value, 2, '.', ',', '$'); }
93char * euro(int32_t value) { return currency(value, 2, ',', '.', 'E'); }
94char * pound(int32_t value) { return currency(value, 2, ',', '.', 'L'); }

Callers 1

unittestFunction · 0.85

Calls 1

currencyFunction · 0.85

Tested by 1

unittestFunction · 0.68