Maybe I'm confused, but shouldn't these two operations yield the same result:

 

int(-1/P-(1/10)/(.9*P+900), P)

int(-1/P-1/(10*(.9*P+900)), P)

 


Please Wait...