How it really works:
mpf_t temperature;
If confused...
It's arbitrary sized floating precision number provided in LibGMP and you can find more information about mpf_t here.
How it really works:
mpf_t temperature;
If confused...
It's arbitrary sized floating precision number provided in LibGMP and you can find more information about mpf_t here.