Is there a way to represent the number of times a value has repeated after a decimal point?
For example if I have:
0.9
0.99
0.999
Is there something like:
9E-1
9E-2
9E-3
That easily represents these values?
Is there a way to represent the number of times a value has repeated after a decimal point?
For example if I have:
0.9
0.99
0.999
Is there something like:
9E-1
9E-2
9E-3
That easily represents these values?
Copyright © 2021 JogjaFile Inc.