mod(27:5) will result in 2. can be done by: param: x x-floor(x/x(x(2))*x(2)
Logged In: YES user_id=88611
Use the builtin '%' operator. It is not on the keyboard, but it works perfectly as 'mod' (in fact it calls fmod() function from mathlib)
Log in to post a comment.
Logged In: YES
user_id=88611
Use the builtin '%' operator. It is not on the keyboard, but
it works perfectly as 'mod' (in fact it calls fmod()
function from mathlib)