imBinaryOp

Binary Arithmetic Operations. \n * Divide may lead to math exceptions. * \ingroup arithm

Values

ValueMeaning
IM_BIN_ADD

< add = a+b

IM_BIN_SUB

< subtract = a-b

IM_BIN_MUL

< multiply = a*b

IM_BIN_DIV

< divide = a/b (#)

IM_BIN_DIFF

< difference = |a-b|

IM_BIN_POW

< power = a^b

IM_BIN_MIN

< minimum = (a < b)? a: b

IM_BIN_MAX

< maximum = (a > b)? a: b

Meta