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

Function DivByZero

src/Math.cpp:245–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243
244double hxZero = 0.0;
245double DivByZero(double d)
246{
247 return d/hxZero;
248}
249
250
251}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected