From 9bb586fb5a12d464b71dac24532dfc40b35cf7ee Mon Sep 17 00:00:00 2001 From: Dale Weiler Date: Sat, 9 Mar 2013 05:46:08 +0000 Subject: [PATCH] Add floor to tests defs.qh --- tests/defs.qh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/defs.qh b/tests/defs.qh index 830692c..772797a 100644 --- a/tests/defs.qh +++ b/tests/defs.qh @@ -16,3 +16,4 @@ string (...) strcat = #10; float (string, string) strcmp = #11; vector (vector) normalize = #12; float (float) sqrt = #13; +float (float) floor = #14; -- 2.39.2