RECIP INDEX

RECIP _ _ _ _ _ _ _ _ _ _ _ _ operator

recip is the alphabetical name for the division operator / or slash used as a unary operator. The use of / is preferred.

examples:


recip a; 

  1
  - 
  A


recip 2; 

  1
  --
  2