Started to Implement Evaluation
Corrected Some Errors Cleaned Code
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
- (id)elementAtIndexPath:(NSIndexPath *)indexPath;
|
||||
|
||||
#pragma mark Evaluating Functions
|
||||
- (double)doubleValue; // Override
|
||||
- (double)evaluateFunction:(NSError *__autoreleasing *)error;
|
||||
|
||||
#pragma mark Messages
|
||||
- (void)didChangeElementsInRangePath:(MPRangePath *)rangePath
|
||||
@@ -46,7 +46,7 @@
|
||||
- (void)didChangeChildAtIndex:(NSUInteger)index;
|
||||
|
||||
#pragma mark Working With Functions
|
||||
- (BOOL)isEqualToFunction:(MPFunction *)aFunction; // Override
|
||||
// - (BOOL)isEqualToFunction:(MPFunction *)aFunction; // Override
|
||||
|
||||
- (NSString *)description; // Should be overridden
|
||||
- (NSUInteger)hash;// Override
|
||||
|
||||
Reference in New Issue
Block a user