Frank пре 5 година
родитељ
комит
40af196b75
No account linked to committer's email address
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--;
} }



Loading…
Откажи
Сачувај