summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/bc/Test/atan.b
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1995-10-18 08:53:40 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1995-10-18 08:53:40 +0000
commitd6583bb2a13f329cf0332ef2570eb8bb8fc0e39c (patch)
treeece253b876159b39c620e62b6c9b1174642e070e /gnu/usr.bin/bc/Test/atan.b
initial import of NetBSD tree
Diffstat (limited to 'gnu/usr.bin/bc/Test/atan.b')
-rw-r--r--gnu/usr.bin/bc/Test/atan.b5
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu/usr.bin/bc/Test/atan.b b/gnu/usr.bin/bc/Test/atan.b
new file mode 100644
index 00000000000..e742279183c
--- /dev/null
+++ b/gnu/usr.bin/bc/Test/atan.b
@@ -0,0 +1,5 @@
+for (a=0; a<1000; a+=2) x=a(a)
+x
+for (a=0; a<2; a+=.01) x=a(a)
+x
+quit