Py.–math

 0    16 adatlap    sir
letöltés mp3 Nyomtatás játszik ellenőrizze magát
 
kérdés válasz
x -=> degrees
kezdjen tanulni
degrees([x])
x -=> radians
From degrees
kezdjen tanulni
radians([x])
sin, cos, tg
kezdjen tanulni
sin(), cos(), tan()
ceil, floor
kezdjen tanulni
ceil(), floor()
log_10 x
kezdjen tanulni
log10([x])
ln x
kezdjen tanulni
log([x])
log_a x
kezdjen tanulni
log(x, a)
π, e
kezdjen tanulni
pi, e
f(x, y)= √(x² +y²)
kezdjen tanulni
hypot()
f(x)= √x
kezdjen tanulni
sqrt()
Returns a floating-point positive infinity
kezdjen tanulni
math. inf
Returns a floating-point NaN (Not a Number) value
kezdjen tanulni
math. nan
Returns the product of all the elements in an iterable
kezdjen tanulni
math. prod()
Returns the number of ways to choose k items from n items with order and without repetition
kezdjen tanulni
math. perm()
Returns the number of ways to choose k items from n items without repetition and order
kezdjen tanulni
math. comb()
Returns the Euclidean distance between two points (p and q), where p and q are the coordinates of that point
kezdjen tanulni
math. dist()

Kommentár közzétételéhez be kell jelentkeznie.