Py.–math

 0    16 Fiche    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()

Пікір қалдыру үшін жүйеге кіру керек.