Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ toFloat
Method
toFloat
libraries/Fraction/fraction.h:58–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
57
float toDouble();
58
float toFloat() { return toDouble(); };
59
bool isProper(); // abs(f) < 1
60
float toAngle();
61
Callers
1
unittest
Function · 0.80
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.64