class
     POLYNOM

feature {NONE}

     info: POLYNOM_INFO is
           once
                 create Result.make
           end
     
end -- class POLYNOM