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

Function atan2f2

numexpr3/msvc_function_stubs.hpp:138–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138inline float atan2f2(float x, float y) {
139 return atan2f(x, y);
140}
141
142// Needed for allowing the internal casting in numexpr machinery for
143// conjugate operations

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…