
19 Nov
2008
19 Nov
'08
11:19 a.m.
How can I multiply two dynamic_bitset? Thank you Markus Raab

20 Nov
20 Nov
12:58 a.m.
Steven Watanabe wrote:
AMDG
Markus Raab wrote:
How can I multiply two dynamic_bitset? What do you mean by multiply?
dynamic_bitset<> i(1024); i=i*i; // i should be i to the power of 2
dynamic_bitset is not intended to be a big int.
I would like to implement the "fast exponential function algorithm" which needs next to bit operations (iterate over all bits) also multiplication. The numbers need to be e.g. 1024 bits long. thank you Markus Raab
6055
Age (days ago)
6056
Last active (days ago)
2 comments
2 participants
participants (2)
-
Markus Raab
-
Steven Watanabe