Py.–math

 0    16 speciālā zīme    sir
lejupielādēt mp3 Drukāt spēlēt pārbaudiet sevi
 
jautājums atbilde
x -=> degrees
sākt mācīties
degrees([x])
x -=> radians
From degrees
sākt mācīties
radians([x])
sin, cos, tg
sākt mācīties
sin(), cos(), tan()
ceil, floor
sākt mācīties
ceil(), floor()
log_10 x
sākt mācīties
log10([x])
ln x
sākt mācīties
log([x])
log_a x
sākt mācīties
log(x, a)
π, e
sākt mācīties
pi, e
f(x, y)= √(x² +y²)
sākt mācīties
hypot()
f(x)= √x
sākt mācīties
sqrt()
Returns a floating-point positive infinity
sākt mācīties
math. inf
Returns a floating-point NaN (Not a Number) value
sākt mācīties
math. nan
Returns the product of all the elements in an iterable
sākt mācīties
math. prod()
Returns the number of ways to choose k items from n items with order and without repetition
sākt mācīties
math. perm()
Returns the number of ways to choose k items from n items without repetition and order
sākt mācīties
math. comb()
Returns the Euclidean distance between two points (p and q), where p and q are the coordinates of that point
sākt mācīties
math. dist()

Lai ievietotu komentāru, jums jāpiesakās.