operator / method

Big operator /(
  1. dynamic other
)

See Big.div

Implementation

Big operator /(dynamic other) => div(other);