Added Lots of Documentation
Added some nice to haves Improved and Unified General Code Layout
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
|
||||
#import "MPFactorialTerm.h"
|
||||
|
||||
|
||||
|
||||
@implementation MPFactorialTerm
|
||||
|
||||
- (instancetype)initWithTerm:(MPTerm *)term
|
||||
@@ -20,6 +22,7 @@
|
||||
return self;
|
||||
}
|
||||
|
||||
|
||||
- (NSDecimalNumber *)doEvaluation:(NSError *__autoreleasing *)error
|
||||
{
|
||||
NSDecimalNumber *value = [self.term evaluate:error];
|
||||
|
||||
Reference in New Issue
Block a user