skip to main content
paste
bin
.ca
type · paste · share
⌘
K
Docs
Sign in
?
All pastes
#499761
Raw
Copy code
Copy link
Edit
Mine
public
text
v1 · immutable
#499761
·
published
2007-05-21 07:00 UTC
Lines
Syntax
Wrap
Stripe
off
dark
light
Mono
Size
13px
Tab
2
4
8
Theme
Follow system
Always dark
Always light
rendered paste body
for (i=0;i<26;i++)
{
val += (counts[i]*(counts[i]-1)) / (total*(total-1));
}