1
0
mirror of https://gitlab.com/rnger/amath synced 2026-05-10 08:24:59 +00:00

Added missing files

This commit is contained in:
llsth
2015-03-08 23:28:11 +01:00
parent 7d61b30031
commit a8d783b095
12 changed files with 539 additions and 2 deletions

4
script/function1 Normal file
View File

@@ -0,0 +1,4 @@
pi; pi*2; pi/2;
cos(pi);cos(-pi);cos(pi/2);
sin(pi);sin(-pi);sin(pi/2);
tan(pi);tan(-pi);tan(pi/2);