#pragma once #define M_PI 3.14159265358979323846 float sinf(float); double sin(double); float cosf(float); double cos(double); float sqrtf(float);