summaryrefslogtreecommitdiff
path: root/260/CH1/EX1.11/1_11.sce
blob: 354446a770463e5b1938ca9cda8afcbc4f7a6c42 (plain)
1
2
3
4
5
6
7
8
9
//Eg-1.11
//pg-26

clear
clc

x=input("enter any value in radians to find its sine value")
v=sin(x);
disp(v)