Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
53
struct 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
regular
Method · 0.45
Calls
1
log
Class · 0.70
Tested by
no test coverage detected