comp.lang.ada
 help / color / mirror / Atom feed
* Ada decimal types
@ 2006-05-04 15:23 REH
  2006-05-04 18:17 ` Jeffrey R. Carter
  2006-05-05  9:14 ` Stephen Leake
  0 siblings, 2 replies; 24+ messages in thread
From: REH @ 2006-05-04 15:23 UTC (permalink / raw)


We are in the process of converting our software from '83 to '95, and
have the opportunity to port over to some of the new features 95
provides.  We have a 64-bit mission time that is represented as a
record of two 32-bit values (one for seconds and one for microseconds).
 Is it advantagous to use:

type Mission_Time_Type is delta 1.0e-6 digits 16 range 0.0 .. (2.0**32)
- 1.0;

instead?  I was thinking this would make the math easier and less
"klunky."  Are there any ramifications of using decimal types that I
should be aware of?  I can't find any info.  that goes in depth on the
subject.

Thanks,

REH




^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2006-05-11 22:33 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-04 15:23 Ada decimal types REH
2006-05-04 18:17 ` Jeffrey R. Carter
2006-05-04 22:20   ` REH
2006-05-05  9:14 ` Stephen Leake
2006-05-05 11:33   ` REH
2006-05-05 16:49     ` tmoran
2006-05-05 18:08       ` REH
2006-05-05 18:49         ` tmoran
2006-05-05 18:59           ` REH
2006-05-06  8:59         ` Keith Thompson
2006-05-06 14:01           ` REH
2006-05-06 15:48             ` Simon Wright
2006-05-06 16:39               ` REH
2006-05-08 21:19                 ` Randy Brukardt
2006-05-09 23:21                   ` REH
2006-05-10  1:08                     ` Keith Thompson
2006-05-10  5:37                     ` Simon Wright
2006-05-10 12:22                       ` REH
2006-05-10 20:47                         ` Randy Brukardt
2006-05-10 21:26                           ` REH
2006-05-10 20:52                       ` Randy Brukardt
2006-05-11  5:51                         ` Simon Wright
2006-05-11 22:33                           ` Randy Brukardt
2006-05-05 20:32     ` Randy Brukardt

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