Added trig. functions to the math library

This commit is contained in:
2021-02-15 14:00:26 -06:00
parent 5c71efbe40
commit 14b091b691
2 changed files with 109 additions and 2 deletions

View File

@@ -40,6 +40,7 @@ COSMO_API void cosmoB_loadStrLib(CState *state);
- math.abs
- math.floor
- math.ceil
- math.tan
*/
COSMO_API void cosmoB_loadMathLib(CState *state);