#pragma once
float minus(float a, float b);
float mod(float a);
void sincos_fast(float x, float *sin, float *cos);