Ceil value of numbers with a non zero number after a lot of trailing zeroes after a decimal point

前端 未结 0 1775
春和景丽
春和景丽 2020-12-21 21:30

How to get the ceil value of numbers like 1.000000000001 to 2 as it is giving 1 by default(i am using CPP),I came across a problem where I needed to calculate ceil(100000000

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