math.log10
From GMod Wiki
Revision as of 18:56, 29 October 2009 by Crazy Quebecer (Talk | contribs)
| Function | |
| Syntax |
math.log10( number x ) Where is this used? |
| Description: | |
| Returns the logarithm of x base 10 | |
| Returns: | Number number |
| Part of Library: | math |
| Realm: |
|
| BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Math.log10]Math.log10 [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Example
| Description | Shows how to use the function |
|---|---|
| Used on | |
| Code | print(math.log10(2)) |
| Output | 0.301029996 |