Implemented Evaluation
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
|
||||
@import Foundation;
|
||||
#import "MPExpressionElement.h"
|
||||
#import "MPParseError.h"
|
||||
|
||||
@class MPFunction, MPExpression, MPRangePath;
|
||||
|
||||
@@ -37,7 +38,7 @@
|
||||
- (id)elementAtIndexPath:(NSIndexPath *)indexPath;
|
||||
|
||||
#pragma mark Evaluating Functions
|
||||
- (double)evaluateFunction:(NSError *__autoreleasing *)error;
|
||||
- (NSDecimalNumber *)evaluate:(MPParseError *__autoreleasing *)error;
|
||||
|
||||
#pragma mark Messages
|
||||
- (void)didChangeElementsInRangePath:(MPRangePath *)rangePath
|
||||
|
||||
Reference in New Issue
Block a user