This repository has been archived on 2024-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
BMTP/lab08/prj/ModulesMykhailenko.h
2023-02-26 14:34:09 +02:00

11 lines
269 B
C

#ifndef MODULESMYKHAILENKO_H_INCLUDED
#define MODULESMYKHAILENKO_H_INCLUDED
#include <cmath>
float s_calculation(int x, int y, int z) {
return fabs(sin(fabs(y-pow(z,2)))+sqrt(x)-sqrt(pow(y*z, x)+(y/(2*M_PI))));
}
#endif // MODULESMYKHAILENKO_H_INCLUDED