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:66–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
struct sqrt : public detail::stateless {
65
template <typename T>
66
static T forward(T v) {
67
return std::sqrt(v);
68
}
69
template <typename T>
70
static T inverse(T v) {
71
return v * v;
Callers
nothing calls this directly
Calls
1
sqrt
Class · 0.70
Tested by
no test coverage detected