mirror of
https://github.com/rene-dev/stmbl.git
synced 2026-02-06 19:12:04 +08: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);
|