computing-pi: shorten card description to one sentence
This commit is contained in:
parent
f752b45810
commit
ee2d249513
1 changed files with 1 additions and 1 deletions
|
|
@ -710,7 +710,7 @@ export const allInteractives: Interactive[] = [
|
||||||
slug: "computing-pi",
|
slug: "computing-pi",
|
||||||
title: "Computing π from Coin Tosses",
|
title: "Computing π from Coin Tosses",
|
||||||
description:
|
description:
|
||||||
"Toss a coin until heads first outnumber tails, record the fraction, and repeat. The average of those fractions approaches π/4 — watch it converge in parallel runs.",
|
"Toss a coin until heads first outnumber tails, record the fraction, and repeat.",
|
||||||
tags: [
|
tags: [
|
||||||
"probability",
|
"probability",
|
||||||
"simulation",
|
"simulation",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue