You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The discrete cosine/sine/fourier transformations need to use (xVal - x.domainMin) for the xVal. This bug unfortunately passed my unit tests because I was testing on an unshifted domain.
The discrete cosine/sine/fourier transformations need to use (xVal - x.domainMin) for the xVal. This bug unfortunately passed my unit tests because I was testing on an unshifted domain.