1
0
mirror of https://gitlab.com/rnger/amath synced 2025-10-05 18:39:41 +00:00
Files
amath/script/function1
2015-04-09 01:33:24 +02:00

5 lines
96 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)