MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / DoubleMod

Function DoubleMod

src/Math.cpp:239–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237{
238
239double DoubleMod(double inLHS,double inRHS)
240{
241 return fmod(inLHS,inRHS);
242}
243
244double hxZero = 0.0;
245double DivByZero(double d)

Callers 8

doRunMethod · 0.85
SLJIT_CALL double_modFunction · 0.85
runIntMethod · 0.85
runFloatMethod · 0.85
ModFunction · 0.85
Operators.hFile · 0.85
ModEqFunction · 0.85
UShrEqFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected