summaryrefslogtreecommitdiff
path: root/1322/CH19/EX19.14/170ex1.sce
blob: 65380c3a22e39f9d7403260f8b2eb2df54137e5f (plain)
1
2
3
4
5
6
7

//log50 to the base e 
clear; 
clc;
close;
log(50)//natural logarithm
// or, log50_base_e=log10(50)*2.3026