As you can see in the attached file. (the answer to a big multiplication).
instead of getting that amount of numbers after the "dot" I would like to just get something like this: 6.5916E35 just 3 to 4 numbers but also showing E35
is there a way of doing it?
I already tried limiting the amount of number the edittext can hold. but by doing so it also cut the answer. for example if I limit the amount of number of the edittext to 5 the answer would be: 6.5916 eliminating E35 and that is an incorrect answer.
Thanks
instead of getting that amount of numbers after the "dot" I would like to just get something like this: 6.5916E35 just 3 to 4 numbers but also showing E35
is there a way of doing it?
I already tried limiting the amount of number the edittext can hold. but by doing so it also cut the answer. for example if I limit the amount of number of the edittext to 5 the answer would be: 6.5916 eliminating E35 and that is an incorrect answer.
Thanks