Py.–math

 0    16 schede    sir
Scarica mp3 Stampa Gioca Testa il tuo livello
 
Domanda Risposta
x -=> degrees
inizia ad imparare
degrees([x])
x -=> radians
From degrees
inizia ad imparare
radians([x])
sin, cos, tg
inizia ad imparare
sin(), cos(), tan()
ceil, floor
inizia ad imparare
ceil(), floor()
log_10 x
inizia ad imparare
log10([x])
ln x
inizia ad imparare
log([x])
log_a x
inizia ad imparare
log(x, a)
π, e
inizia ad imparare
pi, e
f(x, y)= √(x² +y²)
inizia ad imparare
hypot()
f(x)= √x
inizia ad imparare
sqrt()
Returns a floating-point positive infinity
inizia ad imparare
math. inf
Returns a floating-point NaN (Not a Number) value
inizia ad imparare
math. nan
Returns the product of all the elements in an iterable
inizia ad imparare
math. prod()
Returns the number of ways to choose k items from n items with order and without repetition
inizia ad imparare
math. perm()
Returns the number of ways to choose k items from n items without repetition and order
inizia ad imparare
math. comb()
Returns the Euclidean distance between two points (p and q), where p and q are the coordinates of that point
inizia ad imparare
math. dist()

Devi essere accedere per pubblicare un commento.