Hi Oleg,
How is b declared?

Garst


Dmitry wrote:
> 
> Oleg,
> I just checked.
> 
> I got
>         b=1.40999997
> which seems to be correct.
> 
> can you check again?
> 
> cheers,
> ~d
> 
> On Thursday 20 May 2004 15:08, Oleg Skydan wrote:
> > > float sqrt1(float x)
> > > {
> > > float r=1.375;
> > > r=0.5*x;
> > > return r;
> > > }
> > >
> > > void main()
> > > {
> > > b=sqrt1(2.82);
> > > }
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by: Oracle 10g
> Get certified on the hottest thing ever to hit the market... Oracle 10g.
> Take an Oracle 10g class now, and we'll give you the exam FREE.
> http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
> _______________________________________________
> Mspgcc-users mailing list
> Mspgcc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mspgcc-users

Reply via email to