summaryrefslogtreecommitdiff
path: root/texmf-dist/scripts/ketpic/ketlib/ketpic2escifiles6/Thetadegree.sci
blob: c6ceff89d0bcbe6e74a681794b95883fb86ebee9 (plain)
1
2
3
4
5
6
7
// 08.07.11

function Ang=Thetadegree()
  global THETA;
  Ang=THETA*180/%pi;
endfunction