We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc60546 commit 323a4afCopy full SHA for 323a4af
1 file changed
v3/src/math/fuzzy/Ceil.js
@@ -1,4 +1,4 @@
1
-var Ceil = function (a, b, epsilon)
+var Ceil = function (value, epsilon)
2
{
3
if (epsilon === undefined) { epsilon = 0.0001; }
4
0 commit comments