Builds a boolean vector for division. Builds a new boolean vector representing the integer division of l with r. The result of the division will be stored in res and the remainder of the division will be stored in rem. Both vectors should be initialized as the function will try to release the nodes used by them. If an error occurs then the nodes will not be freed.
|