Py.–math

 0    16 informačný list    sir
stiahnuť mp3 vytlačiť hrať Skontrolujte sa
 
otázka Odpoveď
x -=> degrees
začať sa učiť
degrees([x])
x -=> radians
From degrees
začať sa učiť
radians([x])
sin, cos, tg
začať sa učiť
sin(), cos(), tan()
ceil, floor
začať sa učiť
ceil(), floor()
log_10 x
začať sa učiť
log10([x])
ln x
začať sa učiť
log([x])
log_a x
začať sa učiť
log(x, a)
π, e
začať sa učiť
pi, e
f(x, y)= √(x² +y²)
začať sa učiť
hypot()
f(x)= √x
začať sa učiť
sqrt()
Returns a floating-point positive infinity
začať sa učiť
math. inf
Returns a floating-point NaN (Not a Number) value
začať sa učiť
math. nan
Returns the product of all the elements in an iterable
začať sa učiť
math. prod()
Returns the number of ways to choose k items from n items with order and without repetition
začať sa učiť
math. perm()
Returns the number of ways to choose k items from n items without repetition and order
začať sa učiť
math. comb()
Returns the Euclidean distance between two points (p and q), where p and q are the coordinates of that point
začať sa učiť
math. dist()

Ak chcete pridať komentár, musíte byť prihlásený.