1
0
mirror of https://gitlab.com/rnger/amath synced 2025-10-05 18:39:41 +00:00
Files
amath/script/function1
2015-03-08 23:28:11 +01:00

5 lines
100 B
Plaintext

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);