Drastic Simplification of MPFunction subclass implementations
This commit is contained in:
17
MathPad/MPPowerFunction.h
Normal file
17
MathPad/MPPowerFunction.h
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// MPPowerFunction.h
|
||||
// MathPad
|
||||
//
|
||||
// Created by Kim Wittenburg on 30.09.14.
|
||||
// Copyright (c) 2014 Kim Wittenburg. All rights reserved.
|
||||
//
|
||||
|
||||
#import <MathKit/MathKit.h>
|
||||
|
||||
@interface MPPowerFunction : MPFunction
|
||||
|
||||
@property (nonatomic, strong) MPExpression *exponentExpression;
|
||||
|
||||
@property (nonatomic, strong) MPTerm *baseTerm;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user