Added Factorial, added parts of exponents
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
@property (nonatomic, copy) NSArray *tokens;
|
||||
@property (nonatomic, getter=isIgnoringWhitespaceTokens) BOOL ignoringWhitespaceTokens; // Default: YES
|
||||
|
||||
@property (readonly, nonatomic) NSUInteger currentLocation;
|
||||
@property (nonatomic) NSUInteger currentLocation;
|
||||
|
||||
- (void)reset;
|
||||
- (BOOL)hasMoreTokens;
|
||||
|
||||
Reference in New Issue
Block a user