Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/Imath
/ apply
Method
apply
src/python/PyImath/PyImathFunOperators.h:359–363 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
357
template <class T>
358
struct pow_op {
359
static inline T
360
apply(T x, T y)
361
{
362
return std::pow(x,y);
363
}
364
};
365
366
template <class T>
Callers
nothing calls this directly
Calls
1
pow
Function · 0.50
Tested by
no test coverage detected