xxxxxxxxxx
20
<html>
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjs/5.10.3/math.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.8.0/p5.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.8.0/addons/p5.dom.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.8.0/addons/p5.sound.min.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="utf-8" />
</head>
<body>
<p>pressing 'r' or clicking resets the plot, pressing 's' switches the plotting mode, pressing 'm' plots more lines.</p>
<script src="sketch.js"></script>
<script src="binomial.js"></script>
</body>
</html>