Py.–math

 0    16 flashcards    sir
mp3 indir Baskı oynamak kendini kontrol et
 
soru cevap
x -=> degrees
öğrenmeye başla
degrees([x])
x -=> radians
From degrees
öğrenmeye başla
radians([x])
sin, cos, tg
öğrenmeye başla
sin(), cos(), tan()
ceil, floor
öğrenmeye başla
ceil(), floor()
log_10 x
öğrenmeye başla
log10([x])
ln x
öğrenmeye başla
log([x])
log_a x
öğrenmeye başla
log(x, a)
π, e
öğrenmeye başla
pi, e
f(x, y)= √(x² +y²)
öğrenmeye başla
hypot()
f(x)= √x
öğrenmeye başla
sqrt()
Returns a floating-point positive infinity
öğrenmeye başla
math. inf
Returns a floating-point NaN (Not a Number) value
öğrenmeye başla
math. nan
Returns the product of all the elements in an iterable
öğrenmeye başla
math. prod()
Returns the number of ways to choose k items from n items with order and without repetition
öğrenmeye başla
math. perm()
Returns the number of ways to choose k items from n items without repetition and order
öğrenmeye başla
math. comb()
Returns the Euclidean distance between two points (p and q), where p and q are the coordinates of that point
öğrenmeye başla
math. dist()

Yorum yapmak için giriş yapmalısınız.