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); > > }