Help for this page

Select Code to Download


  1. or download this
    $i = 2;
    $j = (1-1/2000)**$i;
    print $j;
    
  2. or download this
    0.99900025
    
  3. or download this
    $i = 2;
    print 0.9995**$i;
    
  4. or download this
    0.99900025
    
  5. or download this
    # function mode
    print (your code here);
    
  6. or download this
    # list mode
    print arg1, arg2, etc; # and/or the . operator