Rick Ratchford wrote:
> #>Hi Rick,
> #>
> #>
> #>You seem to be misinterpreting the semantics of the % (modulo)
> operator. #>
> #>   X % Y returns the (integral) remainder of the Euclidean division
> of #>X by Y (both integers).
> #>
> #>Now things should be clearer.
> #>
> 
> I didn't misinterpret the %. I understand how it works. :-)
> 
> 1400 % 1300 = .0769231

You very obviously don't. 1400 % 1300 == 100

> That's the remainder value of a 1400 / 1300 division.

No it's not. http://en.wikipedia.org/wiki/Remainder

> So what am I missing?

With all due respect, pretty much everything.

Igor Tandetnik


_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to