Path: chuka.playstation.co.uk!scea!peter_alau@playstation.sony.com From: William Barry Newsgroups: scea.yaroze.beginners Subject: Floating Point Date: Mon, 22 Mar 1999 15:28:30 -0500 Organization: SCEA News Server Lines: 15 Message-ID: <36F6A7EE.B048F75E@sandcastle.cosc.brocku.ca> NNTP-Posting-Host: zepar.cosc.brocku.ca Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.5 [en] (Win98; I) X-Accept-Language: en 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??