I am having a little trouble with some code. I am working with very big numbers so I decided to use the NTL c++ library. The equation that I was using involved using the pow() function as well as using decimal numbers.
Now that I have the NTL library I can't figure out how to use pow() and I can't find out how to store decimal numbers using NTL. The only thing I understand is how to make an integer. Here is an example of some code(that doesn't work):