Py.–math

 0    16 fiche    sir
baixar mp3 Imprimir jogar verifique-se
 
questão resposta
x -=> degrees
começar a aprender
degrees([x])
x -=> radians
From degrees
começar a aprender
radians([x])
sin, cos, tg
começar a aprender
sin(), cos(), tan()
ceil, floor
começar a aprender
ceil(), floor()
log_10 x
começar a aprender
log10([x])
ln x
começar a aprender
log([x])
log_a x
começar a aprender
log(x, a)
π, e
começar a aprender
pi, e
f(x, y)= √(x² +y²)
começar a aprender
hypot()
f(x)= √x
começar a aprender
sqrt()
Returns a floating-point positive infinity
começar a aprender
math. inf
Returns a floating-point NaN (Not a Number) value
começar a aprender
math. nan
Returns the product of all the elements in an iterable
começar a aprender
math. prod()
Returns the number of ways to choose k items from n items with order and without repetition
começar a aprender
math. perm()
Returns the number of ways to choose k items from n items without repetition and order
começar a aprender
math. comb()
Returns the Euclidean distance between two points (p and q), where p and q are the coordinates of that point
começar a aprender
math. dist()

Você deve entrar para postar um comentário.