Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pydata/numexpr
/ tanf2
Function
tanf2
numexpr3/msvc_function_stubs.hpp:70–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
}
69
70
inline float tanf2(float x) {
71
return tanf(x);
72
}
73
74
inline float asinf2(float x) {
75
return asinf(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…