Hi!
I was wondering if i could multiply an Integer in Cryptopp to a
standard float value. I have been looking all over but I'm unable to
find what I'm looking for.
Here is what I have:
Integer iNum1("123456789123456789123456789");
float fNum2 = 12345.123456789;
How to get iNum1*iNum2?
Does Cryptopp have a float class or an equivalent so that I can store
the result of iNum1*iNum2 into an appropriate object?
Thank you!
Akash.
--
You received this message because you are subscribed to the "Crypto++ Users"
Google Group.
To unsubscribe, send an email to [email protected].
More information about Crypto++ and this group is available at
http://www.cryptopp.com.