Closed lnpotter closed 8 months ago
adding the expression (float) to warn the compiler that the result of the expression is of type float and avoid possible data loss in this expression.
(float)
float
This PR has been tested and is in agreement and can be approved.
adding the expression
(float)
to warn the compiler that the result of the expression is of typefloat
and avoid possible data loss in this expression.