MCPcopy Create free account
hub / github.com/MCUdude/MicroCore / toFloat

Method toFloat

avr/cores/microcore/WString.cpp:744–747  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

742}
743
744float String::toFloat(void) const
745{
746 return float(toDouble());
747}
748
749double String::toDouble(void) const
750{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected