diff options
Diffstat (limited to '1322/CH19/EX19.8/168ex2.sce')
-rwxr-xr-x | 1322/CH19/EX19.8/168ex2.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/1322/CH19/EX19.8/168ex2.sce b/1322/CH19/EX19.8/168ex2.sce new file mode 100755 index 000000000..3c31d1489 --- /dev/null +++ b/1322/CH19/EX19.8/168ex2.sce @@ -0,0 +1,9 @@ + +//no. with logarithm -3.5416
+clear;
+clc;
+close;
+mantissa=0.5416;
+disp("from anti-logarithm table, corresponding no.is 3840 ")
+//characteristic is -3.\n \n hence there will be 2 zeros after the decimal point
+val=0.003480
|