summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/pgfplots/gallery/pgfshell_cos.sh
blob: 69dfb98cfb050b46528329b8c458dc4a024edb1b (plain)
1
awk 'BEGIN{ pi=3.14159; N=10; for(i=0;i<=N;i++) print i,cos(i/N*pi);}'