Py.–math

 0    16 cartonașe    sir
descarcă mp3 printează joacă Testează-te
 
Întrebare Răspuns
x -=> degrees
începe să înveți
degrees([x])
x -=> radians
From degrees
începe să înveți
radians([x])
sin, cos, tg
începe să înveți
sin(), cos(), tan()
ceil, floor
începe să înveți
ceil(), floor()
log_10 x
începe să înveți
log10([x])
ln x
începe să înveți
log([x])
log_a x
începe să înveți
log(x, a)
π, e
începe să înveți
pi, e
f(x, y)= √(x² +y²)
începe să înveți
hypot()
f(x)= √x
începe să înveți
sqrt()
Returns a floating-point positive infinity
începe să înveți
math. inf
Returns a floating-point NaN (Not a Number) value
începe să înveți
math. nan
Returns the product of all the elements in an iterable
începe să înveți
math. prod()
Returns the number of ways to choose k items from n items with order and without repetition
începe să înveți
math. perm()
Returns the number of ways to choose k items from n items without repetition and order
începe să înveți
math. comb()
Returns the Euclidean distance between two points (p and q), where p and q are the coordinates of that point
începe să înveți
math. dist()

Trebuie să te autentifici pentru a posta un comentariu.