comp.lang.ada
 help / color / mirror / Atom feed
From: milo!chrisp@uunet.uu.net  (The Sunset Kid)
Subject: Re: Red-faced professor gets bitten in search for portability
Date: 22 Nov 91 15:24:26 GMT	[thread overview]
Message-ID: <1991Nov22.152426.25797@verdix.com> (raw)

In article <1991Nov22.090650.28@v7.vitro.com> vaxs09@v7.vitro.com writes:
>
>	FUNCTION Trunc ( X : Float ) RETURN Integer IS
>		i : integer := integer ( x );
>		if x < float(i) then
>			return i - 1;
>		else
>			return i;
>		endif;
>	END Trunc;

This version will not work for negative numbers.  If X is less than zero,
then a proper truncation would leave X < Float (I), subsequently subtracting 1,
and returning -2 for a parameter of -1.25.

Of course, I rarely use negative numbers, so change all your INTEGERs
to NATURALs and you'll have a pretty efficient truncator for non-negative
integers.  By the way, putting ABS calls in this thing would turn it into a
real mess... anyone else got an easier way of handling negatives?

C.A. Piepenbring

             reply	other threads:[~1991-11-22 15:24 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1991-11-22 15:24 The Sunset Kid [this message]
  -- strict thread matches above, loose matches on Subject: below --
1991-11-25  6:09 Red-faced professor gets bitten in search for portability csus.edu!wupost!spool.mu.edu!munnari.oz.au!metro!cluster!swift!sunaus!ass
1991-11-22 22:16 Dik T. Winter
1991-11-22 22:11 Dik T. Winter
1991-11-22 21:10 Jonathan Parker
1991-11-22 14:06 psinntp!vitro.com!v7.vitro.com!vaxs09
1991-11-22  2:29 micro-heart-of-gold.mit.edu!wupost!zaphod.mps.ohio-state.edu!uakari.prima
1991-11-20 23:59 micro-heart-of-gold.mit.edu!wupost!sdd.hp.com!uakari.primate.wisc.edu!use
1991-11-20  2:55 csus.edu!wupost!cs.utexas.edu!sun-barr!cronkite.Central.Sun.COM!newstop!s
1991-11-19 15:06 Norman H. Cohen
1991-11-16  0:01 Michael Feldman
1991-11-15 20:58 Mike Murphy
1991-11-15 18:59 Michael Feldman
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox