this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix conversion from 'double' to 'float' warning closes

Closes #27

authored by

Julien and committed by
GitHub
efff86ac 159874bf

+1 -1
+1 -1
_kiss_fft_guts.h
··· 135 135 #else 136 136 # define KISS_FFT_COS(phase) (kiss_fft_scalar) cos(phase) 137 137 # define KISS_FFT_SIN(phase) (kiss_fft_scalar) sin(phase) 138 - # define HALF_OF(x) ((x)*.5) 138 + # define HALF_OF(x) ((x)*((kiss_fft_scalar).5)) 139 139 #endif 140 140 141 141 #define kf_cexp(x,phase) \