The implemented functions for Material A uses parameters that values are not checked or are not check for zero values. This may lead to a division by zero.
It is better to check the values in Check function than to check them each call of a specific function.
Check function shall be updated.
The implemented functions for Material A uses parameters that values are not checked or are not check for zero values. This may lead to a division by zero.
It is better to check the values in Check function than to check them each call of a specific function.
Check function shall be updated.