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

Function atanf2

numexpr3/msvc_function_stubs.hpp:82–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82inline float atanf2(float x) {
83 return atanf(x);
84}
85
86inline float sinhf2(float x) {
87 return sinhf(x);

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…