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

Function hypotf2

numexpr3/msvc_function_stubs.hpp:54–56  ·  view source on GitHub ↗

RAM: hypotf was also missing

Source from the content-addressed store, hash-verified

52
53// RAM: hypotf was also missing
54inline float hypotf2(float x, float y) {
55 return hypotf(x, y);
56}
57
58inline float sqrtf2(float x) {
59 return sqrtf(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…