From: Paul E. <pe...@ca...> - 2000-10-16 05:23:43
|
On Sun, 15 Oct 2000, you wrote: > I think, the fmod-function does not work properly. > If I for example use > a=fmod(3.5,2.0); > then a should contain 0.75, but it contains 1.5. 3.5 mod 2 is 1.5 no? 2 goes into 3.5 just once with 1.5 as a remainder. Regards, Paul --== Paul Evans ==-- pe...@ca... |