求近似数的方法有哪几种

  • 时间:2020-04-12 13:19:47
  • 分类:数学世界
  • 阅读:153 次

求近似数的方法有哪几种?求近似数的方法一般有3种:

1、四舍五入法。

这是最常用的求近似数的方法。当省略的尾数的最高位上的数是4或比4小的时候,就把尾数舍去;当省略的尾数最高位上的数是5或比5大时,把尾数去掉后,要向前一位进1。

举例(45000≈5万,612000≈61万)

2、进一法。

在实际生活中,有时把一个数的尾数省略后,不管尾数最高位上的数是几,都要向它的前一位进一。用进一法得到的近似数总比准确值大。

举例(45000≈5万,612000≈62万)

3、去尾法。

在实际生活中,有时把一个数的尾数省略后,不管尾数最高位上的数字是几,都不要向它的前一位进一。用去尾法得到的近似数总比准确值小。

举例(45000≈4万,612000≈61万)

推荐阅读:
String/Object in Array Testing in Java – using Arrays.asLi  Algorithm to Compute the Revenue Milestones  How to Modify the Git Commit Messages After Your Push Your Branc  Personal Cloud Options to Backup Data and Photos  Greedy Algorithm to Find the Lexicographically Smallest Sequence  ReactiveX/RxJava Tutorial: Compute the Fibonacci Numbers using R  What are Big4 Tech Companies looking for in the technical interv  Design a Moving Average Class for Data Stream  3 Ways to Protect Your Website from Negative SEO  Algorithm to Check if A String Matches a Pattern 
评论列表
添加评论