I am trying to find the scientific notation with double and i could not find any function or way to do this.
My variable is double and I need to get the scientific notation from it, for example:
3.44828e+026
I need to somehow get the number 026 from my double variable.
By the way, the number is actually 28 long and not 26, is there a way to fix that too? (not adding 2 to the result)
Thanks in advance!