mirror of
https://github.com/rene-dev/stmbl.git
synced 2024-12-24 09:32:10 +00:00
6 lines
116 B
C
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);
|