Method: Mgmg::TPolynomial#coerce

Defined in:
lib/mgmg/poly.rb

#coerce(other) ⇒ Object



211
212
213
# File 'lib/mgmg/poly.rb', line 211

def coerce(other)
	[self.class.new(Mat.new(1, 1, other), 28, 0, 12, 12), self]
end