Изменил(а) на 'du3/ program.c'

This commit is contained in:
Andrii Hermaniuk 2022-03-17 22:17:06 +00:00
parent 1a4d3e8e11
commit b7f3ce86d6

View File

@ -34,7 +34,7 @@ int main(){
char *end = NULL; char *end = NULL;
char *start = pol; char *start = pol;
x=strtof(start,&end); x=strtof(start,&end);
x=(round(x*1000))/1000;
start=end; start=end;
long double num=0; long double num=0;