Py.–math

 0    16 fiszek    sir
ściągnij mp3 drukuj graj sprawdź się
 
Pytanie Odpowiedź
x -=> degrees
rozpocznij naukę
degrees([x])
x -=> radians
From degrees
rozpocznij naukę
radians([x])
sin, cos, tg
rozpocznij naukę
sin(), cos(), tan()
ceil, floor
rozpocznij naukę
ceil(), floor()
log_10 x
rozpocznij naukę
log10([x])
ln x
rozpocznij naukę
log([x])
log_a x
rozpocznij naukę
log(x, a)
π, e
rozpocznij naukę
pi, e
f(x, y)= √(x² +y²)
rozpocznij naukę
hypot()
f(x)= √x
rozpocznij naukę
sqrt()
Returns a floating-point positive infinity
rozpocznij naukę
math. inf
Returns a floating-point NaN (Not a Number) value
rozpocznij naukę
math. nan
Returns the product of all the elements in an iterable
rozpocznij naukę
math. prod()
Returns the number of ways to choose k items from n items with order and without repetition
rozpocznij naukę
math. perm()
Returns the number of ways to choose k items from n items without repetition and order
rozpocznij naukę
math. comb()
Returns the Euclidean distance between two points (p and q), where p and q are the coordinates of that point
rozpocznij naukę
math. dist()

Musisz się zalogować, by móc napisać komentarz.