MCPcopy 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
73float ellipse::area()
74{
75 return PI * _a * _b;
76}
77
78
79float ellipse::eccentricity()

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64