HP 3000 Manuals

LGT [ HP Business BASIC/XL Reference Manual ] MPE/iX 5.0 Documentation


HP Business BASIC/XL Reference Manual

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



MPE/iX 5.0 Documentation