Ishan Pandhare

Results 17 comments of Ishan Pandhare

@moorepants I have updated expressions.rst and have made a PR. Please let me know if it solves the issue.

@moorepants please see if it solves the issue.

I would like to work on it.

@smichr I have added the test, can you please check?

@mloubout Can I work on this issue?

@Psycho-Pirate @AdvaitPote please have a look

Hey @AdvaitPote, I'll soon take care of the precision errors that are causing the tests to fail. Also, I am a bit occupied currently, so I might not be able...

@oscargus I tried rewriting trigonometric functions in the form of besselj, but I encounter the following error `ImportError: cannot import name 'sin' from partially initialized module 'sympy.functions.elementary.trigonometric' (most likely due...

The test that fails here belongs to inverse mellin transform test Instead of returning `(x**c - d**c)/(x - d)` The test returns `d**c*((x/d)**c - 1)/(-d + x)` I don't understand...