summaryrefslogtreecommitdiff
path: root/tests/02unit_functions/ceilf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/02unit_functions/ceilf')
-rw-r--r--tests/02unit_functions/ceilf5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/02unit_functions/ceilf b/tests/02unit_functions/ceilf
new file mode 100644
index 0000000..90c4ef9
--- /dev/null
+++ b/tests/02unit_functions/ceilf
@@ -0,0 +1,5 @@
+T=f
+V=x
+R=-10, 10, 0.25
+F=ceil(x)
+C=ceilf(x)