clarify that 'infinity' is not 'really' tested currently.

felipesanches-svg
don bright 2012-08-21 02:54:53 +02:00
parent 6a8254f849
commit 69f90c13bb
1 changed files with 1 additions and 1 deletions

View File

@ -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();