mkBvUnsignedRemExpr

open fun <T : KBvSort> mkBvUnsignedRemExpr(arg0: KExpr<T>, arg1: KExpr<T>): KExpr<T>

Create BitVec arithmetic unsigned reminder (bvurem) expression.

See also

for the signed remainder.