Mercurial > repos > nick > duplex
view mafft/core/fft.h @ 18:e4d75f9efb90 draft
planemo upload commit b'4303231da9e48b2719b4429a29b72421d24310f4\n'-dirty
author | nick |
---|---|
date | Thu, 02 Feb 2017 18:44:31 -0500 |
parents | |
children |
line wrap: on
line source
#include <stdio.h> #include <stdlib.h> #include <stddef.h> #include <math.h> #include "mtxutl.h" #define PI 3.14159265358979323846 #define END_OF_VEC -1 #define NKOUHO 20 #define NKOUHO_LONG 500 #define MAX(X,Y) ( ((X)>(Y))?(X):(Y) ) #define MIN(X,Y) ( ((X)<(Y))?(X):(Y) )