Returns the
x = ALOG10(10) PRINT, x
1
x = ALOG10(100) PRINT, x
2
x = ALOG10(50) PRINT, x
1.69897
For a list of other transcendental functions, see Chapter 1, Functional Summary of Routines.