Py.–math

 0    16 карточки    sir
скачать mp3 Печать играть Проверьте себя
 
Вопрос Ответ
x -=> degrees
начать обучение
degrees([x])
x -=> radians
From degrees
начать обучение
radians([x])
sin, cos, tg
начать обучение
sin(), cos(), tan()
ceil, floor
начать обучение
ceil(), floor()
log_10 x
начать обучение
log10([x])
ln x
начать обучение
log([x])
log_a x
начать обучение
log(x, a)
π, e
начать обучение
pi, e
f(x, y)= √(x² +y²)
начать обучение
hypot()
f(x)= √x
начать обучение
sqrt()
Returns a floating-point positive infinity
начать обучение
math. inf
Returns a floating-point NaN (Not a Number) value
начать обучение
math. nan
Returns the product of all the elements in an iterable
начать обучение
math. prod()
Returns the number of ways to choose k items from n items with order and without repetition
начать обучение
math. perm()
Returns the number of ways to choose k items from n items without repetition and order
начать обучение
math. comb()
Returns the Euclidean distance between two points (p and q), where p and q are the coordinates of that point
начать обучение
math. dist()

Вы должны войти в свой аккаунт чтобы написать комментарий.