From 69f90c13bb7826fc2da6f1f5c35ab3ac550fc6da Mon Sep 17 00:00:00 2001 From: don bright Date: Tue, 21 Aug 2012 02:54:53 +0200 Subject: clarify that 'infinity' is not 'really' tested currently. 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(); -- cgit v0.10.1