Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ val
Method
val
gecode/int/arithmetic/pow.hpp:276–278 ·
view source on GitHub ↗
Perform mapping
Source
from the content-addressed store, hash-verified
274
forceinline ValuesMapNroot(const Ops& o) : ops(o) {}
275
/// Perform mapping
276
forceinline int val(int x) const {
277
return ops.fnroot(x);
278
}
279
};
280
281
/// Mapping integer (must be an n-th power) to n-th root (signed)
Callers
nothing calls this directly
Calls
1
fnroot
Method · 0.80
Tested by
no test coverage detected