【Python】Python中调用什么模块的什么函数来实现求实数平方根的操作。( )
A: math
sqrt
B: math
abs
C: cmath
abs
D: cmath
sqrt
A: math
sqrt
B: math
abs
C: cmath
abs
D: cmath
sqrt
A
举一反三
- Python中可以调用math库中的______函数来实现求实数平方根的操作。 A: abs B: sqrt C: pow D: random
- Python中调用_________来计算数的绝对值 A: math模块中的gcd函数 B: math模块中的sqrt函数 C: math模块中的abs函数 D: uiltins模块(即内置模块)中的abs函数
- Python标准库math中用来计算平方根的函数是 () A: sqrt B: abs C: fabs D: exp
- Python标准库math中用来计算平方根的函数是.() A: sqrt B: pow C: power D: abs
- 题号:8250[br][/br]求平方根函数的函数名为()。 A: sqrt B: pow C: cos D: abs
内容
- 0
Python中可以调用math库中的______函数来实现求实数平方根的操作。
- 1
math库中能实现求平方根的函数是: A: abs B: gcd C: sqrt D: log
- 2
C语言中求平方根的函数是( ) A: math() B: sqrt() C: fabs() D: abs()
- 3
中国大学MOOC: Python中可以调用math库中的______函数来实现求实数平方根的操作。
- 4
Python标准库math中计算平方根的函数是( ) A: sqrt B: root C: sum D: len