FFT._cos

Undocumented in source.
  1. alias _cos = cmath.cosf
  2. alias _cos = cmath.cos
    struct FFT(V, Options)
    nothrow @nogc
    static if(!(is(T == float)))
    static if(is(T == double))
    alias _cos = cmath.cos
  3. alias _cos = cmath.cosl

Meta