Path: utzoo!attcan!uunet!husc6!rutgers!ucsd!ucbvax!ORVILLE.NAS.NASA.GOV!dat From: dat@ORVILLE.NAS.NASA.GOV (Dave Tristram) Newsgroups: comp.sys.sgi Subject: Re: Passing floats - Is this a bug? Message-ID: <8910060001.AA18864@orville.nas.nasa.gov> Date: 6 Oct 89 00:01:45 GMT Sender: usenet@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 14 > Here is the output this program compiled and run on a 4D/120GTX with 3.1G > > foo: 1.000000 > bar: 1.875000 > > try declaring the parameters as doubles. I've had problems using the ansi style declarations like foo( float ) has something to do with automatic promotion of arguments, etc...