MCPcopy Create free account
hub / github.com/pydata/numexpr / fmodf2

Function fmodf2

numexpr3/msvc_function_stubs.hpp:134–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134inline float fmodf2(float x, float y) {
135 return fmodf(x, y);
136}
137
138inline float atan2f2(float x, float y) {
139 return atan2f(x, y);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…