Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Create a huge number by shifting a 1 bit left 100 places. // In other words, the binary number that is 1 followed by 100 zeroes. Big = 1 << 100 // Shift it right again 99 places, so we end up with 1<<1, or 2. Small = Big >> 99 )
View Source
const Pi = 3.14
Variables ¶
View Source
var ( ToBe bool = false MaxInt uint64 = 1<<64 - 1 )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.