Add math_js.odin specific calls (that just wrap the f64 procedures)

This commit is contained in:
gingerBill
2021-11-07 20:06:05 +00:00
parent 518460af66
commit c63f4d68c8
2 changed files with 44 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
//+build !js
package math
@(default_calling_convention="none")