Tag Archives: Infinity

Infinity, PI, phi and i

Actionscript:
  1. trace(1 / 0);
  2.  
  3. trace( 22 / 7 );
  4.  
  5. trace((1 + Math.sqrt(5)) / 2);
  6.  
  7. trace(Math.sqrt(-1));

Posted in misc | Also tagged , , , | 2 Comments