MCPcopy 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

303template <class T>
304struct tan_op {
305 static inline T
306 apply(T theta)
307 {
308 return std::tan(theta);
309 }
310};
311
312template <class T>

Callers

nothing calls this directly

Calls 1

tanFunction · 0.85

Tested by

no test coverage detected