Closed AlexanderSinn closed 1 month ago
std::numeric_limits<float>::min() is positive which would cause the assert to prevent negative values from being used in the input script.
std::numeric_limits<float>::min()
const
std::numeric_limits<float>::min()
is positive which would cause the assert to prevent negative values from being used in the input script.const
isconst
)