double Log10(x)Base 10 log of x. Example = Block { ShowLog10(10); ShowLog10(20); ShowLog10(10_000);};Log10(10) = 1.00000000Log10(20) = 1.30103000Log10(10000) = 4.00000000