.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
.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
Last edited by Ioannis; - 16th November 2011 at 09:20. Reason: Corrected a spelling causing peculiar thoughts :)
Sounds rather painful.
How about modulus? (remainder)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!.Is it possible to shit in decimals.
Sorry, couldn't help it![]()
Louie
Bookmarks