3dcheapskate opened this issue on Sep 13, 2021 ยท 20 posts
bagginsbill posted Thu, 23 September 2021 at 8:57 AM
I've never looked into value ops. What are the operators you have available? Are they listed somewhere?
Modulus can be constructed from some fairly common operators: division, floor, multiplication, subtraction. For example: (using Python infix notation (%) for modulus)
p % q == p - floor(p / q) * q
Renderosity forum reply notifications are wonky. If I read a follow-up in a thread, but I don't myself reply, then notifications no longer happen AT ALL on that thread. So if I seem to be ignoring a question, that's why. (Updated September 23, 2019)