[m-rev.] for review: formatting changes to float.m
Fergus Henderson
fjh at cs.mu.OZ.AU
Thu Dec 11 17:14:59 AEDT 2003
On 11-Dec-2003, James Goddard <goddardjames at yahoo.com> wrote:
>
> Index: float.m
...
> - if( X > (double)java.lang.Integer.MAX_VALUE ||
> - X <= (double)java.lang.Integer.MIN_VALUE - 1 ){
> - throw( new RuntimeException(
> - ""Overflow converting floating point to int"")
> - );
> + if(X > (double) java.lang.Integer.MAX_VALUE ||
s/if(/if (/
Likewise elsewhere.
Otherwise that looks fine.
--
Fergus Henderson <fjh at cs.mu.oz.au> | "I have always known that the pursuit
The University of Melbourne | of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh> | -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-reviews mailing list
post: mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------
More information about the reviews
mailing list