MCPcopy Create free account
hub / github.com/Hale423/CenterPoint / fmod

Function fmod

include/common/half.h:2884–2887  ·  view source on GitHub ↗

Remainder of division. \param x first operand \param y second operand \return remainder of floating point division. template typename enable ::type fmod(T x, U y) { return functions::fmod(x, y); }

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 6

tfFmodFunction · 0.85
tf2FmodFunction · 0.85
fmodMethod · 0.85
remainderMethod · 0.85
remquoMethod · 0.85
tgammaMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected