LGT The LGT function returns the log to the base 10 of a number. The result is a REAL number. Syntax LGT(n) Parameters n The number that log to the base l0 is evaluated to. This is a REAL number. Examples 10 A = LGT(100) !A = 2 20 B = LGT(0.01) !B = -2