Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/histogram
/ inverse
Method
inverse
include/boost/histogram/axis/types.hpp:90–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
}
89
template <typename T>
90
T inverse(T v) const {
91
return std::pow(v, 1.0 / power);
92
}
93
bool operator==(const pow& other) const noexcept { return power == other.power; }
94
95
private:
Callers
nothing calls this directly
Calls
1
pow
Class · 0.70
Tested by
no test coverage detected