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

Class log

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

Source from the content-addressed store, hash-verified

51};
52
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);
61 }
62};
63
64struct sqrt : public detail::stateless {
65 template <typename T>

Callers 1

forwardMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected