You are viewing a single comment's thread. Return to all comments →
Don't round the value you want to print. Use:
print("%.xf" % *Value you want to print*) x is the number of digits after the decimal point
Seems like cookies are disabled on this browser, please enable them to open this website
Poisson Distribution #3
You are viewing a single comment's thread. Return to all comments →
Don't round the value you want to print. Use: