red pill
This commit is contained in:
5
modules/math/math.sx
Normal file
5
modules/math/math.sx
Normal file
@@ -0,0 +1,5 @@
|
||||
PI :f32: 3.14159265;
|
||||
|
||||
sqrt :: (x: $T) -> T #builtin;
|
||||
sin :: (x: $T) -> T #builtin;
|
||||
cos :: (x: $T) -> T #builtin;
|
||||
Reference in New Issue
Block a user