mirror of
https://github.com/golang/go
synced 2024-11-23 04:00:03 -07:00
math/big: fix internal comment
Change-Id: Id003e2dbecad7b3c249a747f8b4032135dfbe34f Reviewed-on: https://go-review.googlesource.com/60670 Reviewed-by: Marcel van Lohuizen <mpvl@golang.org>
This commit is contained in:
parent
295b026b18
commit
f7cb5bca1a
@ -20,7 +20,7 @@
|
||||
package big
|
||||
|
||||
// A decimal represents an unsigned floating-point number in decimal representation.
|
||||
// The value of a non-zero decimal d is d.mant * 10**d.exp with 0.5 <= d.mant < 1,
|
||||
// The value of a non-zero decimal d is d.mant * 10**d.exp with 0.1 <= d.mant < 1,
|
||||
// with the most-significant mantissa digit at index 0. For the zero decimal, the
|
||||
// mantissa length and exponent are 0.
|
||||
// The zero value for decimal represents a ready-to-use 0.0.
|
||||
|
Loading…
Reference in New Issue
Block a user