请以十进制数提供解决方案

请把结果转换成十进制数

from scipy import stats

avg = 10/86400

p = stats.poisson.pmf(15,avg)
print(p)