2.11BSD/doc/ps1/04.pascal/sin1.p

program sinout(output);
begin









write(sin(1,2));
end.