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

Function acosf2

numexpr3/msvc_function_stubs.hpp:78–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78inline float acosf2(float x) {
79 return acosf(x);
80}
81
82inline float atanf2(float x) {
83 return atanf(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…