LGTM
On Mar 5, 2010, at 10:28 AM, gri@golang.org wrote:
> Reviewers: r,
>
> Message:
> Hello r (cc: golang-dev@googlegroups.com),
>
> I'd like you to review this change.
>
>
> Description:
> frexp.go: remove html from comment
>
> Please review this at http://codereview.appspot.com/250041/show
>
> Affected files:
> M src/pkg/math/frexp.go
>
>
> Index: src/pkg/math/frexp.go
> ===================================================================
> --- a/src/pkg/math/frexp.go
> +++ b/src/pkg/math/frexp.go
> @@ -6,7 +6,7 @@
>
> // Frexp breaks f into a normalized fraction
> // and an integral power of two.
> -// It returns frac and exp satisfying f == frac × 2<sup>exp</sup>,
> +// It returns frac and exp satisfying f == frac × 2^exp,
> // with the absolute value of frac in the interval [½, 1).
> func Frexp(f float64) (frac float64, exp int) {
> // TODO(rsc): Remove manual inlining of IsNaN, IsInf
>
>
*** Submitted as http://code.google.com/p/go/source/detail?r=d740837db5bd *** frexp.go: remove html from comment R=r CC=golang-dev http://codereview.appspot.com/250041
Issue 250041: code review 250041: frexp.go: remove html from comment
(Closed)
Created 15 years ago by gri
Modified 15 years ago
Reviewers:
Base URL:
Comments: 0