double precision in Ada?
Posted
by yCalleecharan
on Stack Overflow
See other posts from Stack Overflow
or by yCalleecharan
Published on 2010-04-20T19:43:23Z
Indexed on
2010/04/20
20:03 UTC
Read the original article
Hit count: 285
Hi, I'm very new to Ada and was trying to see if it offers double precision type. I see that we have float and
Put( Integer'Image( Float'digits ) );
on my machine gives a value of 6, which is not enough for numerical computations.
Does Ada has double and long double types as in C?
Thanks a lot...
© Stack Overflow or respective owner