Objective-C实现Secant method割线法算法
以下是Objective-C实现割线法(Secant Method)算法的完整源代码:
#import <Foundation/Foundation.h>
@interface SecantMethod : NSObject
- (double)calculateRootForFunction:(
#import <Foundation/Foundation.h>
@interface SecantMethod : NSObject
- (double)calculateRootForFunction:(