modulo method

RadInteger modulo(
  1. int i
)

Implementation

RadInteger modulo(int i) => RadInteger(_value % i);