Py.–math

 0    16 kartičky    sir
stáhnout mp3 Vytisknout hrát zkontrolovat se
 
otázka odpověď
x -=> degrees
začněte se učit
degrees([x])
x -=> radians
From degrees
začněte se učit
radians([x])
sin, cos, tg
začněte se učit
sin(), cos(), tan()
ceil, floor
začněte se učit
ceil(), floor()
log_10 x
začněte se učit
log10([x])
ln x
začněte se učit
log([x])
log_a x
začněte se učit
log(x, a)
π, e
začněte se učit
pi, e
f(x, y)= √(x² +y²)
začněte se učit
hypot()
f(x)= √x
začněte se učit
sqrt()
Returns a floating-point positive infinity
začněte se učit
math. inf
Returns a floating-point NaN (Not a Number) value
začněte se učit
math. nan
Returns the product of all the elements in an iterable
začněte se učit
math. prod()
Returns the number of ways to choose k items from n items with order and without repetition
začněte se učit
math. perm()
Returns the number of ways to choose k items from n items without repetition and order
začněte se učit
math. comb()
Returns the Euclidean distance between two points (p and q), where p and q are the coordinates of that point
začněte se učit
math. dist()

Chcete-li přidat komentář, musíte se přihlásit.