Kevin Octavian

Results 1 comments of Kevin Octavian

Thanks @lbenet @dpsanders! Actually I was using `cispi`, which calls the `sincospi` ```ruby cispi(theta::Real) = Complex(reverse(sincospi(theta))...) ``` I guess I will define a workaround to handle the intervals in the...