summaryrefslogtreecommitdiff
path: root/1332/CH1/EX1.31/1_31.sce
blob: bc6ac9c61ad2f2f15ff3d3873a436c9723a9f7e2 (plain)
1
2
3
4
5
6
7
//Example 1.31
//Add
//Page no. 26
clc;clear;close;
a=0.4532e5;b=0.5427e7;
c=a+b
printf('Addition of %.4g and %.6g = %.6g',a,b,c)