Term(Variable variable, double coefficient)

Creates term with the given Variable and coefficient.

Source

Term(this.variable, this.coefficient);