Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ mod
Function
mod
test/binary.cpp:39–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
38
template<typename T>
39
T mod(T a, T b) {
40
return std::fmod(a, b);
41
}
42
43
template<typename T>
44
T rem(T x, T y) {
Callers
nothing calls this directly
Calls
1
fmod
Function · 0.85
Tested by
no test coverage detected