Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pydata/numexpr
/ sinf2
Function
sinf2
numexpr3/msvc_function_stubs.hpp:62–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
}
61
62
inline float sinf2(float x) {
63
return sinf(x);
64
}
65
66
inline float cosf2(float x) {
67
return cosf(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…