Math.log10

From GiderosMobile
Revision as of 11:02, 23 August 2018 by Hgy29 (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Returns the base-10 logarithm of v <source lang="lua"> (number), = math.log10(v,) </source> '''v:''' (...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: Gideros 2011.6

Description

Returns the base-10 logarithm of v

(number), = math.log10(v,)

'v: (number) value '
Returns (number) result