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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c9eb2aff6d161576,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-03-15 17:15:06 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!headwall.stanford.edu!hub1.nntpserver.com!nntp-relay.ihug.net!ihug.co.nz!out.nntp.be!propagator-SanJose!in.nntp.be!news-in-sanjose!newsfeed.iinet.net.au!news.iinet.net.au!not-for-mail From: "Max Power" Sender: "Max Power" Reply-To: "Max Power" Subject: Floats together with Integers Newsgroups: comp.lang.ada X-User-Info: 203.59.163.240 Date: 16 Mar 2002 01:10:10 GMT Message-ID: <3c929b72$0$7414@motown.iinet.net.au> NNTP-Posting-Host: 203.59.24.218 X-Trace: news.iinet.net.au 1016241010 7414 203.59.24.218 Xref: archiver1.google.com comp.lang.ada:21312 Date: 2002-03-16T01:10:10+00:00 List-Id: Is there any possible way to have a float and an integer together in the same equation? i.e. Int1 := Integer Int2 := Float Sum := Float Int1 * Int2 = Sum If so, how can I make the equation work without errors, is there some sort of syntax/function used to enable a sum to be calculated when both a float and integer reside in the same equation?