C++ round double values to a precision of 3 decimal places

Правка en1, от tahsynx, 2015-08-21 11:44:42

printf("%.3lf\n", -0.0001); This shows -0.000, but shouldn't it be 0.000?

How to print it correctly ? Without the minus sign, only 0.000 ?

Теги c++, double, precision

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en1 Английский tahsynx 2015-08-21 11:44:42 200 Initial revision (published)