Help for this page

Select Code to Download


  1. or download this
    double do_nothing(double x[], int sizeOfX)
    
  2. or download this
    double do_nothing(double x[], int sizeOfX)
    {
    ...
      }
      return x[0];
    }
    
  3. or download this
    double
    do_nothing(x, sizeOFX)
      AV * x
      int sizeOfX