Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GilesBathgate/RapCAD
/ modulus
Method
modulus
src/value.cpp:229–232 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
227
}
228
229
bool Value::modulus(bool, bool)
230
{
231
return false;
232
}
233
234
bool Value::multiply(bool left, bool right)
235
{
Callers
nothing calls this directly
Calls
1
r_mod
Function · 0.85
Tested by
no test coverage detected