# File scribble22.rb, line 14
 def initialize(coeff,exp)
   @coeff=coeff
   @exp=exp
 end