I want to get remainder of long when divided by an int, but currently have to do this by computing a - ((a / b) * b) which is too many nodes to want to even bother.