#include #include void AllansSin(const float x, float *fValue); void f(const float x, float *fValue); void gradf(const float x, float *fValue); void fTable(float xMin, float xMax, float xDelta, void (* f)(const float, float *));