求近似数的方法有哪几种
- 时间:2020-04-12 13:19:47
- 分类:数学世界
- 阅读:154 次
求近似数的方法有哪几种?求近似数的方法一般有3种:
1、四舍五入法。
这是最常用的求近似数的方法。当省略的尾数的最高位上的数是4或比4小的时候,就把尾数舍去;当省略的尾数最高位上的数是5或比5大时,把尾数去掉后,要向前一位进1。
举例(45000≈5万,612000≈61万)
2、进一法。
在实际生活中,有时把一个数的尾数省略后,不管尾数最高位上的数是几,都要向它的前一位进一。用进一法得到的近似数总比准确值大。
举例(45000≈5万,612000≈62万)
3、去尾法。
在实际生活中,有时把一个数的尾数省略后,不管尾数最高位上的数字是几,都不要向它的前一位进一。用去尾法得到的近似数总比准确值小。
举例(45000≈4万,612000≈61万)
推荐阅读:C++ Coding Reference: sort() and stable_sort() The C++ Function using STL to Check Duplicate Elements/Character How to Find Positive Integer Solution for a Given Equation using How to Implement the instanceof in Javascript? Azerbaijani Blogger, Mehman Huseynov Sentenced To Prison For All Fitness Blog Shows Us All How Transformation Photos Can Be Decei StickPNG: A Blogger’s Haven For Personal Use Images 5 Tips for Getting More Experience in Your Blogging Niche Right-Wing Blogger Milo Yiannopoulos Resigns From Breibart How to Make Better Landing Pages for Higher Conversions
- 评论列表
-
- 添加评论