Python 中的fabs
方法用于返回一个数字的绝对值。
可以通过导入数学模块来使用。
Python 中的数学模块可以用来实现不同的基本数学运算,如加法、减法、除法和乘法。
它还可以用于执行涉及指数、对数和三角学的计算。
句法
在 Python 中使用 fabs 的语法是-
math.fabs(x)
是时候看看一些程序,以便更好地理解。
计划 1:
在第一个节目中,我们将讨论晶圆厂方法的基础。
#working of fabs()
import math
# initializing the variables a, b, and c
a = -20.3
b = -30.66
c = 19.13
#printing the values
print ("The fabs of a is: ", math.fabs(a))
print ("The fabs of b is: ", math.fabs(b))
print ("The fabs of c is: ", math.fabs(c))
输出:
The fabs of a is: 20.3
The fabs of b is: 30.66
The fabs of c is: 19.13
说明:
让我们来看看这个程序的解释-
- 因为要用晶圆厂(),所以导入了
math
模块。 - 之后,我们用正负值初始化变量 a、b 和 c。
- 下一步,我们将这些值传递给晶圆厂()并打印出来。
- 在执行程序时,它会显示所需的输出。
程序 2:
在下一个程序中,我们将对这些涉及晶圆厂()使用的数字执行一些基本操作。
下面的程序说明了同样的情况-
#working of fabs()
import math
# initializing the variables a, b, and c
a = -20.3
b = -30.66
c = 19.13
# calculating the sum
print ("The sum of a and b is: ", (a + b))
print ("The sum of b and c is: ", (b + c))
# printing the values
d = math.fabs(a)
e = math.fabs(b)
f = math.fabs(c)
#calculating sum after fabs
print ("The sum of d and e is: ", (d + e))
print ("The sum of e and f is: ", (e + f))
输出:
The sum of a and b is: -50.96
The sum of b and c is: -11.530000000000001
The sum of d and e is: 50.96
The sum of e and f is: 49.79
说明:
让我们看看我们在上面的程序中做了什么-
- 既然要用 fabs(),我们导入了
math
模块。 - 之后,我们用正负值初始化变量 a、b 和 c。
- 在下一步中,我们已经打印了 a + b 和 b + c 的总和。
- 现在我们已经在 fabs() 中传递了这三个变量,并将返回值存储在变量 d、e 和 f 中。
- 我们再次计算总和,以检查在进入晶圆厂之前和之后使用评估值获得的结果之间的差异。
- 在执行程序时,它会显示所需的输出。
计划 3:
最后,在最后一个程序中,我们将对数字再进行一次数学运算。
#working of fabs()
import math
#initialising the variables a, b and c
a = -20.3
b = -30.66
c = 19.13
#calculating the product
print ("The product of a and b is: ", (a * b))
print ("The product of b and c is: ", (b * c))
#printing the values
d = math.fabs(a)
e = math.fabs(b)
f = math.fabs(c)
#calculating product after fabs
print ("The product of d and e is: ", (d * e))
print ("The product of e and f is: ", (e * f))
输出:
The product of a and b is: 622.398
The product of b and c is: -586.5258
The product of d and e is: 622.398
The product of e and f is: 586.5258
说明:
让我们来看看这个程序的解释-
- 既然要用 fabs(),我们导入了
math
模块。 - 之后,我们用正负值初始化变量 a、b 和 c。
- 在下一步中,我们已经打印了 a b 和 b c 的产品。
- 现在我们已经在 fabs() 中传递了这三个变量,并将返回值存储在变量 d、e 和 f 中。
- 我们再次计算了产品,以检查在进入晶圆厂之前和之后使用评估值获得的结果之间的差异。
- 在执行程序时,它会显示所需的输出。
结论
在本教程中,我们学习了晶圆厂()以及如何在 Python 程序中使用它们来使我们的工作更加轻松。