How can I get the power of two ttmath::UInt's in C++? Math.pow works only on ints and the "^" operator isnt the power operator.
Anybody know this?
How can I get the power of two ttmath::UInt's in C++? Math.pow works only on ints and the "^" operator isnt the power operator.
Anybody know this?
Copyright © 2021 Jogjafile Inc.
The class
ttmath::Uinthas a methodPowdefined, so you can just say