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

Function asinf2

numexpr3/msvc_function_stubs.hpp:74–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74inline float asinf2(float x) {
75 return asinf(x);
76}
77
78inline float acosf2(float x) {
79 return acosf(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…