Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ setA
Method
setA
libraries/ellipse/ellipse.cpp:103–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
102
103
void ellipse::setA(float a)
104
{
105
_a = abs(a);
106
}
107
108
109
void ellipse::setB(float b)
Callers
1
unittest
Function · 0.80
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.64