Initial commit
This commit is contained in:
commit
ef80f65fbf
136 changed files with 13728 additions and 0 deletions
1
include/kmath.h
Normal file
1
include/kmath.h
Normal file
|
|
@ -0,0 +1 @@
|
|||
#define abs(x) (x<0) ? -x : x
|
||||
Loading…
Add table
Add a link
Reference in a new issue