summaryrefslogtreecommitdiff
path: root/1553/CH3/EX3.13/3Ex13.sce
blob: 92e242f6f9e9ae4bc78308d0d729d1bd39f5ce0d (plain)
1
2
3
4
5
6
7
//chapter 3 Ex 13
clc;
clear;
close;
//let value to be found is x
x=1/0.0003718;
mprintf("x=%d",x);