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

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