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

Function Mul

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

Source from the content-addressed store, hash-verified

53}
54
55func Mul(a, b, out *int256, gas *uint64) *int256 {
56 out.Mul(a, b)
57 *gas += GasFastStep
58 return out
59}
60
61func Div(a, b, out *int256, gas *uint64) *int256 {
62 out.Div(a, b)

Callers 3

MulMethod · 0.85
add_helperFunction · 0.85

Calls 1

MulMethod · 0.80

Tested by

no test coverage detected