MCPcopy
hub / github.com/ethereum/EIPs / Set

Function Set

assets/eip-7543/uint256_wrapped.go:20–23  ·  view source on GitHub ↗
(a, out *int256, gas *uint64)

Source from the content-addressed store, hash-verified

18}
19
20func Set(a, out *int256, gas *uint64) *int256 {
21 out.Set(a)
22 return out
23}
24
25func Sub(a, b, out *int256, gas *uint64) *int256 {
26 out.Sub(a, b)

Callers 10

createDecimalFunction · 0.85
AddMethod · 0.85
NegMethod · 0.85
ExpMethod · 0.85
LnMethod · 0.85
SinMethod · 0.85
normalizeMethod · 0.85
roundMethod · 0.85
lnMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected