-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ENH: add sinc
#16
Comments
Does everyone use the normalized definition of sinc? |
The array libraries we test with in SciPy all follow NumPy in using the normalized definition. We could add a |
Not unless that is already common. It doesn't look like NumPy has it. You can always divide by pi if you want an unnormalized sinc. My main concern is whether we would be deciding on a convention here, or whether that convention has effectively already been decided by the community. |
My two cents is that this library is not trying to weigh in on conventions at all, it is just taking what is used out in the wild and making that accessible in the array-agnostic context. If multiple conventions are used for some function name we should support all common use cases. If/when an API is considered for the standard is when there is a decision on convention. It sounds like @rgommers would roughly agree from #10 (comment). |
x-ref scipy/scipy#21783 (comment)
The text was updated successfully, but these errors were encountered: