Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 95 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 95 Bytes

3.54

double funct2(double w, int x, float y, long z) {
  return x * y - w / z;
}