From 053680873b818e40cb09ae5261f646c33aea5d4a Mon Sep 17 00:00:00 2001 From: Zachary Vance Date: Sun, 15 May 2016 03:16:39 -0700 Subject: [PATCH] eval.html --- eval.html | 93 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100644 eval.html diff --git a/eval.html b/eval.html new file mode 100644 index 0000000..a1478bf --- /dev/null +++ b/eval.html @@ -0,0 +1,93 @@ + + + + + + + + definitition:
+ function(r, h) {
+ return Math.PI * Math.pow(r, 2) * h;
+ }
+
+ Error:
+ Inputs:
+ Result:
+ + -- 2.47.3