Path: chuka.playstation.co.uk!scea!peter_alau@playstation.sony.com From: DFSUSER Newsgroups: scea.yaroze.beginners Subject: Re: Floating Point Date: Wed, 14 Apr 1999 12:55:52 -0400 Organization: SCEA News Server Lines: 19 Message-ID: <3714C898.4044EF14@db.com> References: <36F6A7EE.B048F75E@sandcastle.cosc.brocku.ca> NNTP-Posting-Host: oak1.dfsc.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.5 [en] (WinNT; I) X-Accept-Language: en IT probably uses a floating point emulator library. William Barry wrote: > Ok well I was told that the Yaroze is a non-floating point enviroment > but has is there a library that will do the floating point calculations > I find it stupid that you can declare floating variables but are unable > to use them. > > Example: > > float x = 1.1, y = 1.2; > > x = x * y; > > // Error > > Is there anyother way aroung this??