Closed compnerd closed 3 years ago
If the parameter to std::log2 is 0, a pole error occur. If the value is < 0, a domain error may occur. Ensure that the value being passed is always greater than 0.
std::log2
If the parameter to
std::log2
is 0, a pole error occur. If the value is < 0, a domain error may occur. Ensure that the value being passed is always greater than 0.