modular arithmatic in pipmak
Status: Alpha
Brought to you by:
cwalther
From: chikitin <cs...@gm...> - 2009-04-03 05:13:55
|
Hi, I was reading the lua's online manual. i was looking for the mod function ( as % in C++) I found these: math.fmod (x, y) and also bit.mod(a,b) - returns the integer remainder of a divided by b http://www.wowwiki.com/Lua_functions but niether of them work in pipmak. Is there a mod function in pipmak? thanks in advance! cs -- View this message in context: http://www.nabble.com/modular-arithmatic-in-pipmak-tp22862092p22862092.html Sent from the pipmak-users mailing list archive at Nabble.com. |