|   division 
  what is the command ( syntax ) of getting Q  and remainder .
 
 On dividing  999 by 100  , i should get 9 as Q  and Remainder as 99 .
 
 What  is the syntax of getting  the value of  10 to the power 3
 
 i don't want to use 10*10*10 .
 
 some direct command ?
 
 Thanks
 |