diff options
Diffstat (limited to 'testdata/scad/misc/allfunctions.scad')
-rw-r--r-- | testdata/scad/misc/allfunctions.scad | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/testdata/scad/misc/allfunctions.scad b/testdata/scad/misc/allfunctions.scad new file mode 100644 index 0000000..b97f121 --- /dev/null +++ b/testdata/scad/misc/allfunctions.scad @@ -0,0 +1,28 @@ +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(); |