Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LucaFulchir/libRaptorQ
/ div_floor
Function
div_floor
src/Precode_Matrix.cpp:32–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
float RAPTORQ_LOCAL div_ceil (const float a, const float b);
31
32
float div_floor (const float a, const float b)
33
{
34
return std::floor (a / b);
35
}
36
float div_ceil (const float a, const float b)
37
{
38
return std::ceil (a / b);
Callers
2
add
Method · 0.70
exists
Method · 0.70
Calls
1
floor
Function · 0.85
Tested by
no test coverage detected