From 6f99eb79251354974fa998e0157ecae7a0f1facc Mon Sep 17 00:00:00 2001 From: Revar Desmera Date: Mon, 1 Apr 2019 23:44:12 -0700 Subject: [PATCH] Fix dropped section header. --- math.scad | 3 +++ 1 file changed, 3 insertions(+) diff --git a/math.scad b/math.scad index 5b33580..8537120 100644 --- a/math.scad +++ b/math.scad @@ -245,6 +245,9 @@ function sum_of_sines(a, sines) = function mean(v) = sum(v)/len(v); +// Section: Comparisons and Logic + + // Function: compare_vals() // Usage: // compare_vals(a, b);