MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / perimeter_ref

Method perimeter_ref

libraries/ellipse/ellipse.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33
34float ellipse::perimeter_ref()
35{
36 return perimeter_Ramanujan2();
37}
38
39
40float ellipse::perimeter_Keppler()

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64