config method

void config(
  1. double k,
  2. double c
)

Implementation

void config(double k, double c) {
  this.k = k;
  this.c = c;
}