|
[description appendFormat:@" * %g", self.multiplier];
|
|
[description appendFormat:@" * %g", self.multiplier];
|
|
[description appendFormat:@" %@ %g", (self.constant < 0 ? @"-" : @"+"), ABS(self.constant)];
|
|
[description appendFormat:@" %@ %g", (self.constant < 0 ? @"-" : @"+"), ABS(self.constant)];
|