Help for this page

Select Code to Download


  1. or download this
    if ( $y[i] <= $y ) {
        if ( $y < $y[$j] ) {
    ...
        # the same process ..
    }
    
  2. or download this
    if ( ( $y[$i] - $y ) * ( $y - $y[$j] ) > 0 ) {
        # process