IBEBlock mathematical functions

The following mathematical functions are available in IBEBlock:

FunctionDescription
ibec_DivReturns the value of x/y rounded in the direction of zero to the nearest integer.
ibec_ModReturns the remainder obtained by dividing its operands.
ibec_PowerRaises the base to any power.
ibec_notThis function, together with ibec_and, ibec_or and ibec_xor, performs bitwise manipulation on integer operands. For an example, please refer to ibec_or.
ibec_andThis function, together with ibec_not, ibec_or and ibec_xor, performs bitwise manipulation on integer operands. For an example, please refer to ibec_or.
ibec_orThis function, together with ibec_not, ibec_and and ibec_xor, performs bitwise manipulation on integer operands.
ibec_xorThis function, together with ibec_not, ibec_and and ibec_or, performs bitwise manipulation on integer operands. For an example, please refer to ibec_or.
ibec_md5Functions return md5 sum for the specified value.
ibec_md5FileFunctions return md5 sum for the specified file.

<< ibec_UTF8ToAnsiString | IBEBlock | ibec_Div >>