diff options
author | Marius Kintel <marius@kintel.net> | 2013-06-23 05:56:04 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-06-23 05:56:04 (GMT) |
commit | a3cd0194943e0468eb196c219a488365a63d72fd (patch) | |
tree | 793a5bd45512ec4ad87ac0120fba0d825c06db66 /testdata/scad/minimal/allfunctions.scad | |
parent | 140189d470c5a15de6c38272ec751738a47032e3 (diff) |
Removed a bunch of less useful tests
Diffstat (limited to 'testdata/scad/minimal/allfunctions.scad')
-rw-r--r-- | testdata/scad/minimal/allfunctions.scad | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/testdata/scad/minimal/allfunctions.scad b/testdata/scad/minimal/allfunctions.scad deleted file mode 100644 index b97f121..0000000 --- a/testdata/scad/minimal/allfunctions.scad +++ /dev/null @@ -1,28 +0,0 @@ -a = abs(); -b = sign(); -c = rands(); -d = min(); -e = max(); -f = sin(); -g = cos(); -h = asin(); -i = acos(); -j = tan(); -k = atan(); -l = atan2(); -m = round(); -n = ceil(); -o = floor(); -p = pow(); -q = sqrt(); -r = exp(); -s = log(); -t = ln(); -u = str(); -v = lookup(); -w = dxf_dim(); -x = dxf_cross(); -y = version(); -z = version_num(); -aa = len(); -bb = search(); |