1 2 3 4 5 6 7 8 9
// Example 4.3, page no-210 clear clc m=0.005 c=0.7 y=-log(0.01) //printf("y=%.2f",y) t=y*2*m/c printf("t=%.4f Secs",t)