summaryrefslogtreecommitdiff
path: root/1553/CH5/EX5.2/5Ex2.sce
blob: 7e919b0cb9e12035b9d6eaf241fb183680bb0135 (plain)
1
2
3
4
5
6
7
8
//chapter 5 Ex 2
clc;
clear;
close;

//let the value to be found out be x
x=sqrt(1471369);
mprintf("x=%.0f",x);