# File lib/rubygame/ftor.rb, line 89 def self.new_am(a,m) v = self.new(1,0) v.a, v.m = a, m return v end