#include float cosf(float x) { return (float)cos((double)x); }