Data update

This commit is contained in:
Ingy döt Net 2026-02-01 16:33:20 -08:00
parent 5150844a7d
commit 4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions

View file

@ -1,7 +1,9 @@
func logn n .
return log n 0
.
numfmt 0 5
e = 2.7182818284590452354
for i = 1 to 1000
a[] &= 1 + 0.5 * sqrt (-2 * log10 randomf / log10 e) * cos (360 * randomf)
a[] &= 1 + 0.5 * sqrt (-2 * logn randomf) * cos (360 * randomf)
.
for v in a[]
avg += v / len a[]