summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2017-09-10 10:19:30 +0200
committerRichard Braun <rbraun@sceen.net>2017-09-10 10:19:30 +0200
commit66d170e19e305a86532fa6a7bc23b47dc40fecb4 (patch)
tree5b63653e559d58688fc5bd59785fc6d4a99a7637
parent6249e9c17ec5098d645800584cd08b266d75fb4f (diff)
Mention another Youtube link explaining the magic
-rw-r--r--main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.c b/main.c
index fb39478..eedd76c 100644
--- a/main.c
+++ b/main.c
@@ -3,6 +3,9 @@
*
* See https://www.youtube.com/watch?v=RZBhSi_PwHU to watch Matt Parker
* do it the hard way.
+ *
+ * See https://www.youtube.com/watch?v=LFwSIdLSosI for a more in-depth
+ * explanation of why this works.
*/
#include <math.h>