Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/Imath
/ apply
Method
apply
src/python/PyImath/PyImathFunOperators.h:305–309 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
303
template <class T>
304
struct tan_op {
305
static inline T
306
apply(T theta)
307
{
308
return std::tan(theta);
309
}
310
};
311
312
template <class T>
Callers
nothing calls this directly
Calls
1
tan
Function · 0.85
Tested by
no test coverage detected