From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,33411c81953c1a23,start X-Google-Attributes: gid103376,public From: "jxredi" Subject: Ada83 Exponentiation HELP !!! Date: 1999/12/13 Message-ID: <831tka$rue$1@tobruk.sydney.gecm.com>#1/1 X-Deja-AN: 559974521 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Complaints-To: usenet@tobruk.sydney.gecm.com X-Trace: tobruk.sydney.gecm.com 945060298 28622 203.2.114.10 (13 Dec 1999 04:44:58 GMT) Organization: GEC-Marconi Systems Pty Ltd NNTP-Posting-Date: 13 Dec 1999 04:44:58 GMT Newsgroups: comp.lang.ada Date: 1999-12-13T04:44:58+00:00 List-Id: Can anyone help me with the following : I understand that in Ada83, 6^3 is represented as 6**3, where 6 can be int or real, and 3 can only be an INTEGER. So how do I represent in ada83 this ..... --> 6^(1.3) where 1.3 is type REAL. Regards, Jxredi.