浏览代码

Update nonstd.c

teensy4-core
Frank 5 年前
父节点
当前提交
40af196b75
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      teensy4/nonstd.c

+ 1
- 1
teensy4/nonstd.c 查看文件



// shift decimal point // shift decimal point
while (newPrecision > 0) { while (newPrecision > 0) {
val *= 10.0;
val *= 10.0f;
newPrecision--; newPrecision--;
} }



正在加载...
取消
保存