.Is it possible to shift in decimals.
I have this number 2540 and would like to shift it to get 540...
the shifting I use just divides by power of 2, I cannot find an equivalent function in the pbp manual.
besides the dig command
k
Printable View
.Is it possible to shift in decimals.
I have this number 2540 and would like to shift it to get 540...
the shifting I use just divides by power of 2, I cannot find an equivalent function in the pbp manual.
besides the dig command
k
Sounds rather painful.
How about modulus? (remainder)Quote:
I have this number 2540 and would like to shift it to get 540...
the shifting I use just divides by power of 2, I cannot find an equivalent function in the pbp manual.
besides the dig command
2540 // 1000 = 540
2540 // 100 = 40
2540 // 10 = 0
yes thats the command. NOW I remember. thank you...
I would say yes if none were to follow, otherwise the product becomes a sum of the fractions. Good luck!Quote:
.Is it possible to shit in decimals.
Sorry, couldn't help it :rolleyes-new: