PiAlgorithm constructor

PiAlgorithm(
  1. int digits,
  2. double digitsPerIteration
)

Implementation

PiAlgorithm(this.digits, this.digitsPerIteration);