1 2 3 4 5 6 7 8 9 10
// Chapter 23 Ex. 10 clc; clear; close; //given log2 =0.30103 //consider x=log2 x=0.30103; ans=56*x; mprintf("The number of digits are %.0f",ans);