summaryrefslogtreecommitdiff
path: root/995/CH1/EX1.5/Ex1_5.sce
blob: 3bb8c093d551636d6746f310e2d32e36966bd987 (plain)
1
2
3
4
5
6
7
//Exa:1.5
clc;
clear;
close;
ang_r=2.5;//given
ang_d=2.5*180/%pi;//angle in degrees
printf("%f radians angle is %f degrees",ang_r,ang_d);