In the moreThanParcentLowArea function, due to the difference in the types of float and double,
there was a case where unintended operation was performed in the case of boundary values when comparing values.
Change the argument type from float to double.
In the
moreThanParcentLowArea
function, due to the difference in the types of float and double, there was a case where unintended operation was performed in the case of boundary values when comparing values. Change the argument type from float to double.