Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ getC
Method
getC
libraries/ellipse/ellipse.cpp:127–132 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
125
126
127
float ellipse::getC()
128
{
129
float e = eccentricity();
130
if (_a > _b) return e * _a;
131
return e * _b;
132
}
133
134
135
float ellipse::getLongRadius()
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36