MCPcopy 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
38template<typename T>
39T mod(T a, T b) {
40 return std::fmod(a, b);
41}
42
43template<typename T>
44T rem(T x, T y) {

Callers

nothing calls this directly

Calls 1

fmodFunction · 0.85

Tested by

no test coverage detected