diff options
author | Marius Kintel <marius@kintel.net> | 2012-01-09 00:44:01 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-01-09 00:44:01 (GMT) |
commit | ad338d3e46eac0d0277a7000c48972d47f6c0091 (patch) | |
tree | 60c7a1d008cc89f9dc88ec905e4c9d8b548ffd74 /testdata/scad/misc | |
parent | d3c9654ed5cfed4f03b51f7f1ef14e521b26d446 (diff) |
Another try at fixing double-to-text conversion for testing
Diffstat (limited to 'testdata/scad/misc')
-rw-r--r-- | testdata/scad/misc/inf-tests.scad | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/testdata/scad/misc/inf-tests.scad b/testdata/scad/misc/inf-tests.scad deleted file mode 100644 index 87b6823..0000000 --- a/testdata/scad/misc/inf-tests.scad +++ /dev/null @@ -1,23 +0,0 @@ -echo(1/0); -echo(-1/0); -echo(sin(1/0)); -echo(cos(1/0)); -echo(tan(1/0)); -echo(asin(1/0)); -echo(acos(1/0)); -echo(atan(1/0)); -echo(atan(-1/0)); -echo(atan2(1/0, -1/0)); -echo(ceil(1/0)); -echo(floor(1/0)); -echo(exp(2, 1/0)); -echo(ln(1/0)); -echo(log(1/0)); -echo(max(-1/0, 1/0)); -echo(min(-1/0, 1/0)); -echo(pow(2, 1/0)); -echo(round(1/0)); -echo(sign(1/0)); -echo(sign(-1/0)); -echo(sqrt(1/0)); -echo(sqrt(-1/0));
\ No newline at end of file |