#include <math.h>

int main(int argc, char ** argv) {
    float c = cos(3.14);
}