Py.–math

 0    16 fiche    sir
Télécharger mP3 Imprimer jouer consultez
 
question réponse
x -=> degrees
commencer à apprendre
degrees([x])
x -=> radians
From degrees
commencer à apprendre
radians([x])
sin, cos, tg
commencer à apprendre
sin(), cos(), tan()
ceil, floor
commencer à apprendre
ceil(), floor()
log_10 x
commencer à apprendre
log10([x])
ln x
commencer à apprendre
log([x])
log_a x
commencer à apprendre
log(x, a)
π, e
commencer à apprendre
pi, e
f(x, y)= √(x² +y²)
commencer à apprendre
hypot()
f(x)= √x
commencer à apprendre
sqrt()
Returns a floating-point positive infinity
commencer à apprendre
math. inf
Returns a floating-point NaN (Not a Number) value
commencer à apprendre
math. nan
Returns the product of all the elements in an iterable
commencer à apprendre
math. prod()
Returns the number of ways to choose k items from n items with order and without repetition
commencer à apprendre
math. perm()
Returns the number of ways to choose k items from n items without repetition and order
commencer à apprendre
math. comb()
Returns the Euclidean distance between two points (p and q), where p and q are the coordinates of that point
commencer à apprendre
math. dist()

Vous devez vous connecter pour poster un commentaire.