Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
239
double DoubleMod(double inLHS,double inRHS)
240
{
241
return fmod(inLHS,inRHS);
242
}
243
244
double hxZero = 0.0;
245
double DivByZero(double d)
Callers
8
doRun
Method · 0.85
SLJIT_CALL double_mod
Function · 0.85
runInt
Method · 0.85
runFloat
Method · 0.85
Mod
Function · 0.85
Operators.h
File · 0.85
ModEq
Function · 0.85
UShrEq
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected