SilverFruity / OCRunner

Execute Objective-C code as script. AST Interpreter. iOS hotfix SDK.
MIT License
660 stars 149 forks source link

计算错误 #31

Closed jjj4me closed 1 year ago

jjj4me commented 1 year ago

double value = 22.23; value = value < 10 ? 10 : value; NSLog(@"%f", value);

输出:0.000000

SilverFruity commented 1 year ago

最新的提交已经修复该问题,可以再测试测试

jjj4me commented 1 year ago

现在没问题了!