“C Wartość float printf” Kod odpowiedzi

Drukuj pływak w c

printf("%.6f", myFloat);
Exuberant Earthworm

C Wartość float printf

I want to print a float value which has 2 integer digits and 6 decimal digits after the comma. If I just use printf("%f", myFloat) I'm getting a truncated value.

I don't know if this always happens in C, or it's just because I'm using C for microcontrollers (CCS to be exact), but at the reference it tells that %f get just that: a truncated float.

If my float is 44.556677, I'm printing out "44.55", only the first two decimal digits.
Nice Nightingale

Odpowiedzi podobne do “C Wartość float printf”

Pytania podobne do “C Wartość float printf”

Więcej pokrewnych odpowiedzi na “C Wartość float printf” w C

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu