- fx-/carry i j kprocedure
Returns the two fixnum results of the following computation:
(let*-values (((d) (- i j k)) ((q r) (balanced/ d (expt 2 fx-width)))) (values r q))
Returns the two fixnum results of the following computation:
(let*-values (((d) (- i j k)) ((q r) (balanced/ d (expt 2 fx-width)))) (values r q))