diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-08-21 00:54:53 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-08-21 00:54:53 (GMT) |
commit | 69f90c13bb7826fc2da6f1f5c35ab3ac550fc6da (patch) | |
tree | fc32248ce6f97fc7ca064cb4fa29c8a716731ec7 | |
parent | 6a8254f8492f4b07ecbfd58f9f6313791b1f035a (diff) |
clarify that 'infinity' is not 'really' tested currently.
-rw-r--r-- | testdata/scad/bugs/transform-nan-inf-tests.scad | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testdata/scad/bugs/transform-nan-inf-tests.scad b/testdata/scad/bugs/transform-nan-inf-tests.scad index b647d08..cb8a667 100644 --- a/testdata/scad/bugs/transform-nan-inf-tests.scad +++ b/testdata/scad/bugs/transform-nan-inf-tests.scad @@ -5,7 +5,7 @@ sphere(); rotate([0, 0, asin(1.1) ]) cube(); -// Infinity +// Infinity (as of 2012-08 this is detected as NaN) translate([4,0,0]) { sphere(); rotate([0, 0, 1/0]) cube(); |