Ishan Pandhare

Results 17 comments of Ishan Pandhare

> In this branch, what does the following produce? > > ```python > eq=S('d**c*((x/d)**c - 1)/(-d + x)');simplify(powsimp(expand_mul(eq, deep=False), force=True)) > ``` I got the following output > ```python >(d**c...

> You might check the result locally: > > ```python > from sympy import re, pi > from sympy.functions.special.gamma_functions import gamma > from sympy.core.function import expand_mul > from sympy.functions.elementary.miscellaneous import...

I have made a commit for the test in discussion, please have a look

@AdvaitPote @Psycho-Pirate I have made the suggested changes, please take a look and let me know if I have left out something

@AdvaitPote @Psycho-Pirate I have made the suggested changes, please have a look

@AdvaitPote I have made the changes as discussed in the meet