MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / fmod

Method fmod

extern/half/include/half.hpp:1267–1267  ·  view source on GitHub ↗

Modulo implementation. \param x first operand \param y second operand \return Half-precision division remainder stored in single-precision

Source from the content-addressed store, hash-verified

1265 /// \param y second operand
1266 /// \return Half-precision division remainder stored in single-precision
1267 static expr fmod(float x, float y) { return expr(std::fmod(x, y)); }
1268
1269 /// Remainder implementation.
1270 /// \param x first operand

Callers

nothing calls this directly

Calls 2

exprClass · 0.85
fmodFunction · 0.85

Tested by

no test coverage detected