math/big.Int.IsInt64 (method)

3 uses

	math/big (current package)
		int.go#L388: func (x *Int) IsInt64() bool {

	src.elv.sh/pkg/eval/vals
		num.go#L132: 				if num.IsInt64() {
		num.go#L192: 	if z.IsInt64() {