Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
cb4e9f85
Commit
cb4e9f85
authored
May 23, 2010
by
Evan Shaw
Committed by
Robert Griesemer
May 23, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
spec: Fix a code tag
R=golang-dev, gri CC=golang-dev
https://golang.org/cl/1266042
parent
e974fb94
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
go_spec.html
doc/go_spec.html
+1
-1
No files found.
doc/go_spec.html
View file @
cb4e9f85
...
...
@@ -3297,7 +3297,7 @@ For instance, the value of a variable <code>x</code> of type <code>float32</code
may be stored using additional precision beyond that of an IEEE-754 32-bit number,
but float32(x) represents the result of rounding
<code>
x
</code>
's value to
32-bit precision. Similarly,
<code>
x + 0.1
</code>
may use more than 32 bits
of precision,
<code>
but
float32(x + 0.1)
</code>
does not.
of precision,
but
<code>
float32(x + 0.1)
</code>
does not.
</li>
</ol>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment