MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/Imath / apply

Method apply

src/python/PyImath/PyImathFunOperators.h:389–393  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

387struct cosh_op
388{
389 static inline T
390 apply(T x)
391 {
392 return std::cosh(x);
393 }
394};
395
396} // namespace PyImath

Callers

nothing calls this directly

Calls 1

coshFunction · 0.85

Tested by

no test coverage detected