operator / method

double operator / (
  1. BigInt other
)

Division operator.

Implementation

double operator /(BigInt other);