summaryrefslogtreecommitdiff
path: root/149/CH4/EX4.20/ques20.sce
blob: ef7798090ee19c8957954847a00f3f401e4a3c6d (plain)
1
2
3
4
5
6
//ques20 
disp('Advantage of scilab is that we can calculate log1.1 directly without using Taylor series');
disp(' Use of taylor series are given in subsequent examples');
y=log(1.1);
disp('log(1.1)= ');
disp(log(1.1));