Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
fr8008可以做浮点运算吗,运算的结果不对
@xls 不支持硬件上的浮点型运算 软件上算只是慢,不会影响运算结果
那为什么运行100.0*0.95/100.0打印的结果是0,是打印的问题吗,打印%f
@xls 用什么打印的printf吗
@zr co_printf和printf都试过了
@xls 再检查检查,我这边用printf没问题,但是co_printf不支持打印浮点类型
@zr 这里也没有变量,直接打印的,结果都是0,会有什么会影响到浮点运算吗