Add missing word
This commit is contained in:
parent
82287d9903
commit
2b912b4cdb
@ -18,7 +18,7 @@ func main() {
|
|||||||
// statement can.
|
// statement can.
|
||||||
const n = 500000000
|
const n = 500000000
|
||||||
|
|
||||||
// Constant expressions perform arithmetic with
|
// Constant expressions perform arithmetic operations with
|
||||||
// arbitrary precision.
|
// arbitrary precision.
|
||||||
const d = 3e20 / n
|
const d = 3e20 / n
|
||||||
fmt.Println(d)
|
fmt.Println(d)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user