Description Usage Arguments Value Examples
It calculates the probability of a digit sequence "d".
1 |
d |
a digit sequence, like 1234 ou 999999. |
The probability of the sequence d.
1 2 3 | p.these.digits(1) # 0.30103
p.these.digits(11) # 0.03778856
p.these.digits(999999) # 4.342947e-07
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.