Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ area
Method
area
libraries/ellipse/ellipse.cpp:73–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
//////////////////////////////////////////////////////////
72
73
float ellipse::area()
74
{
75
return PI * _a * _b;
76
}
77
78
79
float ellipse::eccentricity()
Callers
1
unittest
Function · 0.80
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.64