Help for this page

Select Code to Download


  1. or download this
    $res1=any { $a<$b } \@vec1, \@vec2;
    
  2. or download this
    $res2=all { $a<$b } \@vec1, \@vec2;
    
  3. or download this
    use Quantum::Superpositions;
    $res1 = any(@vec1) < any(@vec2);
    $res2 = all(@vec1) < all(@vec2);