Hello,

In c++, is there a way to determine the number of decimal places that a variable of type "long double" has?

I'd prefer not to convert to a string to do this (if possible).

Thanks!