Anutosh Bhat

Results 92 comments of Anutosh Bhat

How are we tackling the case below ? Your Pr would give something like the following ``` >>> m = Symbol('n', positive=True) >>> limit(x**m, x, -oo) oo # I would...

I feel this could do maybe , I had implemented some part of this , so I see maybe this doing the job here , but i'll confirm it out...

we should also focus on improving test coverage here , there are only 2 tests supporting this check . ``` elif cdir == -1: return S.NegativeInfinity*sign(coeff) ``` And two supporting...

> > ``` > --- a/sympy/series/limits.py > +++ b/sympy/series/limits.py > @@ -323,20 +323,12 @@ def set_signs(expr): > elif ex == 0: > return coeff > elif ex.is_negative: > - if...

> I edited the title, let me know if it is accurate. it is accurate !

> This PR looks ready to be merged once that passes. The changes look OK to me. We could get this in once the mailmap error is fixed (and the...

Talking about the `taylor_term` method , I am sometimes unsure as to what should we be expecting out the function . Like one of the things being assumptions involved in...

I was trying to fix something a week back which would involve some improvements in `log._eval_nseries` and `pow._eval_nseries` . ``` >>> log(sqrt(1 - (x + 1)**2) + I*(x + 1))._eval_nseries(x,...

Hello @RainbowMango , hope you're doing well , this is Anutosh here from India . I'm an open source enthusiast and I'm currently involved with communities based on numerical and...

> @AALEKH @anutosh491 Thanks for reaching us. This task requires some basic knowledge about [Kubernetes](https://k8s.io), and after that, you can get started with [Karmada quick start](https://github.com/karmada-io/karmada#quick-start). > Here is [some...