Round to nearest 3 decimal places in C without math header file

前端 未结 0 1588
失恋的感觉
失恋的感觉 2020-12-06 13:57

I need to round a number to 3 decimal places steps to round:

number*100 round(number) <---not available number/100

the compiler that im using does not suppo

相关标签:
回答
  • 消灭零回复
提交回复
热议问题