|
inlineconstexpr |
Parameters
Return value
div[left](a, b) is semantically equivalent to div(b, a)
The relevant cases are just in fact the division by 0 for integral types in which case the result is eve::valmin(as(x)) or [valmax(as(x))](ref eve::valmax) according to the dividend sign, and the division of valmin(as(x)) by -1 that produces valmax(as(x)).