Py.–math

 0    16 tarjetas    sir
descargar mp3 imprimir jugar test de práctica
 
término definición
x -=> degrees
empezar lección
degrees([x])
x -=> radians
From degrees
empezar lección
radians([x])
sin, cos, tg
empezar lección
sin(), cos(), tan()
ceil, floor
empezar lección
ceil(), floor()
log_10 x
empezar lección
log10([x])
ln x
empezar lección
log([x])
log_a x
empezar lección
log(x, a)
π, e
empezar lección
pi, e
f(x, y)= √(x² +y²)
empezar lección
hypot()
f(x)= √x
empezar lección
sqrt()
Returns a floating-point positive infinity
empezar lección
math. inf
Returns a floating-point NaN (Not a Number) value
empezar lección
math. nan
Returns the product of all the elements in an iterable
empezar lección
math. prod()
Returns the number of ways to choose k items from n items with order and without repetition
empezar lección
math. perm()
Returns the number of ways to choose k items from n items without repetition and order
empezar lección
math. comb()
Returns the Euclidean distance between two points (p and q), where p and q are the coordinates of that point
empezar lección
math. dist()

Debes iniciar sesión para poder comentar.