1
0
mirror of https://github.com/rene-dev/stmbl.git synced 2024-12-24 09:32:10 +00:00
stmbl/shared/angle.h
2017-01-16 05:54:32 +01:00

6 lines
116 B
C

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