Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(512)

Issue 1761042: code review 1761042: big: added a few missing functions: (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 8 months ago by gri
Modified:
14 years, 8 months ago
Reviewers:
CC:
rsc, golang-dev
Visibility:
Public.

Description

big: added a few missing functions: - sign to determine if a value is < 0, == 0, > 0 - abs to compute absolute value - Rat.IsInt to test if a rational number is representable as an integer

Patch Set 1 #

Patch Set 2 : code review 1761042: big: added a few missing functions: #

Unified diffs Side-by-side diffs Delta from patch set Stats (+125 lines, -0 lines) Patch
M src/pkg/big/int.go View 2 chunks +25 lines, -0 lines 0 comments Download
M src/pkg/big/int_test.go View 2 chunks +29 lines, -0 lines 0 comments Download
M src/pkg/big/rat.go View 2 chunks +25 lines, -0 lines 0 comments Download
M src/pkg/big/rat_test.go View 2 chunks +46 lines, -0 lines 0 comments Download

Messages

Total messages: 3
gri
Hello rsc (cc: golang-dev@googlegroups.com), I'd like you to review this change.
14 years, 8 months ago (2010-07-12 22:50:47 UTC) #1
rsc1
LGTM
14 years, 8 months ago (2010-07-12 23:07:24 UTC) #2
gri
14 years, 8 months ago (2010-07-12 23:09:31 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=adf4892ff924 ***

big: added a few missing functions:
- sign to determine if a value is < 0, == 0, > 0
- abs to compute absolute value
- Rat.IsInt to test if a rational number is representable as an integer

R=rsc
CC=golang-dev
http://codereview.appspot.com/1761042
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b