1
0
mirror of https://github.com/golang/go synced 2024-11-21 15:54:43 -07:00
go/doc
Robert Griesemer b94c0d2a77 go spec: remove float, complex in favor of float64 and complex128
The default float type is not very useful but for the most basic applications.
For instance, as it is now, using the math package requires conversions for float
variables (the arguments for math functions are usually float64). Typical real
applications tend to specify the floating point precision required.

This proposal removes the predeclared types float and complex. Variable declarations
without type specification but with constant floating point or complex initializer
expressions will assume the type float64 or complex128 respectively.

The predeclared function cmplx is renamed to complex.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/3423041
2011-01-19 23:07:21 -05:00
..
codelab/wiki doc: update http handler usage for new signature 2010-09-30 13:19:33 +10:00
codewalk doc/codewalk: update for changes in log package 2010-11-08 09:58:57 -08:00
devel release.2011-01-19 2011-01-20 14:01:32 +11:00
gopher rename 'gordon' to 'gopher' 2010-05-13 11:53:44 -07:00
progs tutorial: make stdin, stdout, stderr work on Windows. 2011-01-18 11:01:47 -08:00
talks doc: add gofrontend paper to talks/ and docs.html 2010-12-03 11:47:33 +11:00
all.css godoc: support for regular expression full text search 2011-01-10 15:34:29 -08:00
button_background.png golang.org redesign 2010-09-16 14:01:02 +10:00
code.html doc/code.html: fix reference to "gomake build" 2010-11-29 09:17:28 -08:00
codereview_with_mq.html doc: various changes for validating HTML 2010-08-30 09:58:27 +10:00
community.html golang.org redesign 2010-09-16 14:01:02 +10:00
contrib.html golang.org redesign 2010-09-16 14:01:02 +10:00
contribute.html doc: contribution copyright year 2011 2011-01-08 17:17:15 -08:00
docs.html doc: add golanguage.ru to foreign-language doc list 2011-01-07 09:34:13 +11:00
effective_go.html effective go: explain the effect of repanicking better. 2011-01-05 11:39:57 -08:00
ExpressivenessOfGo.pdf fix bug in example. need to convert Value to float in Abs example 2010-10-18 16:05:50 -07:00
frontpage.css doc: add Practical Go Programming to front page and docs.html 2010-12-03 06:57:30 +09:00
gccgo_contribute.html The gccgo frontend has moved to a new repository. 2010-01-29 16:37:20 -08:00
gccgo_install.html doc: various changes for validating HTML 2010-08-30 09:58:27 +10:00
go_faq.html doc: fix invalid id attribute in faq 2010-12-09 08:59:29 +11:00
go_for_cpp_programmers.html doc: fix typo in go_for_cpp_programmers.html 2010-09-17 12:39:01 +10:00
go_mem.html typo 2010-12-14 11:33:17 -05:00
go_spec.html go spec: remove float, complex in favor of float64 and complex128 2011-01-19 23:07:21 -05:00
go_tutorial.html tutorial: make stdin, stdout, stderr work on Windows. 2011-01-18 11:01:47 -08:00
go_tutorial.txt tutorial: update go_tutorial.txt 2011-01-18 11:07:02 -08:00
go-logo-black.png godoc: style update. 2009-11-05 12:18:54 -08:00
go-logo-blue.png Update the styling of the godoc pages. 2009-11-03 19:59:45 -08:00
go-logo-white.png create doc/talks/. 2010-01-13 16:26:22 -08:00
GoCourseDay1.pdf pdf cleanup: fix links, remove internal references. 2009-11-02 15:28:41 -08:00
GoCourseDay2.pdf have http server in-line PDF files. 2009-10-21 19:52:11 -07:00
GoCourseDay3.pdf pdf cleanup: fix links, remove internal references. 2009-11-02 15:28:41 -08:00
godocs.js golang.org redesign 2010-09-16 14:01:02 +10:00
htmlgen.go doc/htmlgen.go: remove unnecessary semicolons 2010-03-19 16:17:18 -07:00
ie.css golang.org redesign 2010-09-16 14:01:02 +10:00
install.html remove nacl 2010-12-15 11:49:23 -05:00
logo-153x55.png new logo 2009-10-12 22:58:32 -07:00
logo.png golang.org redesign 2010-09-16 14:01:02 +10:00
Makefile build: remove unnecessary references to GOBIN and GOROOT 2010-08-30 15:40:56 -04:00
makehtml bye-bye to old makehtml. 2009-10-13 22:10:16 -07:00
play_overlay.png golang.org redesign 2010-09-16 14:01:02 +10:00
playground.html playground.html: filesystem is not a word. 2010-10-06 23:56:13 +02:00
popups.js godoc: initial support for showing popup information 2010-03-16 14:17:42 -07:00
prog.sh clean up the mess that copyright notices make 2009-10-13 17:17:30 -07:00
root.html doc: add Practical Go Programming to front page and docs.html 2010-12-03 06:57:30 +09:00
sieve.gif repair corrupted sieve.gif 2009-10-30 10:34:01 -07:00
video-001.png golang.org redesign 2010-09-16 14:01:02 +10:00
video-002.png golang.org redesign 2010-09-16 14:01:02 +10:00
video-003.png golang.org redesign 2010-09-16 14:01:02 +10:00
video-004.png doc: add Practical Go Programming to front page and docs.html 2010-12-03 06:57:30 +09:00