Help for this page

Select Code to Download


  1. or download this
    $product = any(1, 2, 3) * any( 2, 3, 4);
    print eigenvalues( $product );
    
  2. or download this
    $ideal = any(  
     all("tall", "rich", "handsome"),
    ...
      print "True love";
     }
    }
    
  3. or download this
    sub factors 
    {
    ...
     my $q = $n / any(2..$n-1);
     return eigenstates(floor($q)==$q);
    }
    
  4. or download this
    sub factors 
    {
    ...
      floor( $_ ) == $_
     } @q;
    }