Py.–math

 0    16 flashcards    sir
tải về mp3 In chơi tự kiểm tra
 
câu hỏi câu trả lời
x -=> degrees
bắt đầu học
degrees([x])
x -=> radians
From degrees
bắt đầu học
radians([x])
sin, cos, tg
bắt đầu học
sin(), cos(), tan()
ceil, floor
bắt đầu học
ceil(), floor()
log_10 x
bắt đầu học
log10([x])
ln x
bắt đầu học
log([x])
log_a x
bắt đầu học
log(x, a)
π, e
bắt đầu học
pi, e
f(x, y)= √(x² +y²)
bắt đầu học
hypot()
f(x)= √x
bắt đầu học
sqrt()
Returns a floating-point positive infinity
bắt đầu học
math. inf
Returns a floating-point NaN (Not a Number) value
bắt đầu học
math. nan
Returns the product of all the elements in an iterable
bắt đầu học
math. prod()
Returns the number of ways to choose k items from n items with order and without repetition
bắt đầu học
math. perm()
Returns the number of ways to choose k items from n items without repetition and order
bắt đầu học
math. comb()
Returns the Euclidean distance between two points (p and q), where p and q are the coordinates of that point
bắt đầu học
math. dist()

Bạn phải đăng nhập để đăng bình luận.