Juan

Results 4 comments of Juan

In order to have a consistent code style, could we advice to use a formatting tool with the specified standard? For instance, currently I am using fprettify (https://github.com/pseewald/fprettify) with some...

> @fiolj or @aradi would you be willing to setup automatic enforcing of the formatting at our CI? That would be super helpful. I never used nor modified any CI...

I agree with the proposition, and would like to make it available such a function rather soon, even if the implementation will change later. Having a function like "get_nan()" and/or...

Yes, `nan()`, with the proposed interface sounds good to me too. A very minor point on isnan() is that it probably should also work with complex number arguments, so the...