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