PREV INDEX NEXT

Author: Stan Eisenstat
Subject: Re: [Cs323] power
Date: Saturday, 24 Oct 2020, 17:47:10


    > Message Posted By: Unknown
    >
    > To do "2^(NBITS-3) - 1", are we supposed to use <<? Im confused on how to
    > not use pow() to do this operation.

Yes, you should use <<.

--Stan-
PREV INDEX NEXT