aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt/grt-fcvt.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/grt/grt-fcvt.ads')
-rw-r--r--src/grt/grt-fcvt.ads9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/grt/grt-fcvt.ads b/src/grt/grt-fcvt.ads
index 2ec42fcfa..9fad63c06 100644
--- a/src/grt/grt-fcvt.ads
+++ b/src/grt/grt-fcvt.ads
@@ -56,15 +56,6 @@ package Grt.Fcvt is
procedure Format_Image
(Str : out String; Last : out Natural; N : IEEE_Float_64);
- -- Convert V to 10-based number stored (in ASCII) in STR/LEN [using at most
- -- NDIGITS digits.]
- -- LEN is the number of characters needed (so it may be greater than
- -- STR'Length).
- -- Requires STR'First = 1.
- procedure To_String (Str : out String;
- Len : out Natural;
- V : IEEE_Float_64);
-
-- Input format is [+-]int[.int][e[+-]int]
-- where int is digit { _ digit }
-- and [+-] means optional + or -.