Py.–math

 0    16 fiche    sir
ladda ner mp3 skriva ut spela Kontrollera dig själv
 
Fråga Svar
x -=> degrees
börja lära sig
degrees([x])
x -=> radians
From degrees
börja lära sig
radians([x])
sin, cos, tg
börja lära sig
sin(), cos(), tan()
ceil, floor
börja lära sig
ceil(), floor()
log_10 x
börja lära sig
log10([x])
ln x
börja lära sig
log([x])
log_a x
börja lära sig
log(x, a)
π, e
börja lära sig
pi, e
f(x, y)= √(x² +y²)
börja lära sig
hypot()
f(x)= √x
börja lära sig
sqrt()
Returns a floating-point positive infinity
börja lära sig
math. inf
Returns a floating-point NaN (Not a Number) value
börja lära sig
math. nan
Returns the product of all the elements in an iterable
börja lära sig
math. prod()
Returns the number of ways to choose k items from n items with order and without repetition
börja lära sig
math. perm()
Returns the number of ways to choose k items from n items without repetition and order
börja lära sig
math. comb()
Returns the Euclidean distance between two points (p and q), where p and q are the coordinates of that point
börja lära sig
math. dist()

Du måste vara inloggad för att skriva en kommentar.