Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ setB
Method
setB
libraries/ellipse/ellipse.cpp:109–112 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
107
108
109
void ellipse::setB(float b)
110
{
111
_b = abs(b);
112
};
113
114
115
float ellipse::getA()
Callers
1
unittest
Function · 0.80
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.64