Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cockroachdb/apd
/ decr
Method
decr
bigint_test.go:794–794 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
792
793
func
(z *BigInt) incr() *BigInt {
return
z.Add(z, bigOne) }
794
func
(z *BigInt) decr() *BigInt {
return
z.Sub(z, bigOne) }
795
796
var
interestingNumbers = [...]*BigInt{
797
new(BigInt).SetInt64(math.MinInt64).decr(),
Callers
1
bigint_test.go
File · 0.80
Calls
1
Sub
Method · 0.95
Tested by
no test coverage detected