MCPcopy 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

357template <class T>
358struct pow_op {
359 static inline T
360 apply(T x, T y)
361 {
362 return std::pow(x,y);
363 }
364};
365
366template <class T>

Callers

nothing calls this directly

Calls 1

powFunction · 0.50

Tested by

no test coverage detected