X-Tour-Commit: 116b1a62d15a824a7ba9f61931742196bf2f663a
This commit is contained in:
Andrew Gerrand 2011-07-24 10:43:23 +10:00
Родитель 99fe38a6ef
Коммит 0c803174ea
1 изменённых файлов: 6 добавлений и 1 удалений

Просмотреть файл

@ -1,6 +1,11 @@
<!--
TODO
Expand examples as per existing slides
Slice examples
Pointer examples
Formatting screen width.
better if short statement example
<title> update for each page
discuss iota
@ -1083,7 +1088,7 @@ func main() {
<div class="slide">
<h2>Advanced Exercise: High Precison</h2>
<h2>Advanced Exercise: High Precision</h2>
<p>
<a target="_blank" href="http://golang.org/pkg/big/">Package big</a>
implements arbitrary precision integer arithmetic.