Coefficient( a, b )
generic routine which looks if a has a Coefficient method in its operations record and then returns a.operations.Coefficient(a,b).
generic
Coefficient
a.operations.Coefficient(a,b)
Previous Up Top NextIndex