MCPcopy Create free account
hub / github.com/boostorg/histogram / forward

Method forward

include/boost/histogram/axis/types.hpp:55–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53struct log : public detail::stateless {
54 template <typename T>
55 static T forward(T v) {
56 return std::log(v);
57 }
58 template <typename T>
59 static T inverse(T v) {
60 return std::exp(v);

Callers 1

regularMethod · 0.45

Calls 1

logClass · 0.70

Tested by

no test coverage detected