-
Notifications
You must be signed in to change notification settings - Fork 52
Labels
AcceptedRFC feature request which has been accepted.RFC feature request which has been accepted.RFCRequest for comments. Feature requests and proposed changes.Request for comments. Feature requests and proposed changes.topic: FFTFast Fourier transforms.Fast Fourier transforms.
Milestone
Description
The specs for fftfreq and rfftfreq say
"The returned array must have a real-valued floating-point data type determined by Type Promotion Rules."
But there is no type promotion here, since none of the input arguments are arrays. Presumably it should say that the return type should have the default real floating-point dtype.
But that also begs the question of whether these functions should have a dtype
argument like the other array creation functions.
Metadata
Metadata
Assignees
Labels
AcceptedRFC feature request which has been accepted.RFC feature request which has been accepted.RFCRequest for comments. Feature requests and proposed changes.Request for comments. Feature requests and proposed changes.topic: FFTFast Fourier transforms.Fast Fourier transforms.