Changes between Initial Version and Version 3 of Ticket #4810


Ignore:
Timestamp:
01/21/2015 19:35:11 (9 years ago)
Author:
vikramahuja1001
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4810

    • Property Keywords calculate added
    • Property Component changed from Sugar to Calculate
  • Ticket #4810 – Description

    initial v3  
    11For the equation {{{ x**-y }}}, the output displays input equation as {{{ x-y }}} and not {{{ x^-y }}} as it does for a positive power.
     2
     3Test cases:
     42**-1  , 2**(-1) , 2**(1) , 2**(-1/2), 2**(-1/-2) , 2**(+1/+2) , 2**(-1+-1), 2**((-1)+(-1))