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

Function sqrtf2

numexpr3/msvc_function_stubs.hpp:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58inline float sqrtf2(float x) {
59 return sqrtf(x);
60}
61
62inline float sinf2(float x) {
63 return sinf(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…