Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Tom Rettigs Library - logten(<expn>) http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 LOGTEN(<expN>)
 Provides access to decimal rather than the natural logarithm.
 Returns <expN> logarithm of <expN> to the base 10.

 Returns the power to which 10 must be raised in order to produce <expN>.

 This is a specialized case of LOGNBASX(), where <base>
 in LOGNBASX() is 10 by definition.

 * To what power of 10 is INFINITY() equivalent?
 m_infin = INFINITY()
 m_bigten = LOGTEN(m_infin)  && returns 308.25


             Placed in the Public Domain by Tom Rettig Assoc.

See Also: LOGNBASX()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson