commit from Arch
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ const (
|
||||
// In other words, the binary number that is 1 followed by 100 zeroes.
|
||||
Big = 1 << 100
|
||||
|
||||
//shoft it right 99 places
|
||||
// shoft it right 99 places
|
||||
Small = Big >> 99
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user