Difference between revisions of "Log"
no edit summary
imported>Geckbot m (Robot: Automated text replacement (-\[\[Category:(.*?)\(GECK 1.0\)\]\] +Category:\1(GECK 1.1))) |
imported>Ez0n3 |
||
Line 1: | Line 1: | ||
==''' | {{Function | ||
|origin = GECK1 | |||
|summary = '''Log''' when given a number will return the natural log of that number. Alternatively, a base can be defined by a second number. | |||
|name = Log | |||
|arguments = | |||
{{FunctionArgument | |||
|Name = x | |||
|Type = int | |||
}}{{FunctionArgument | |||
|Name = y | |||
|Type = int (optional) | |||
}} | |||
|example = log x ; will return, ln x | |||
log x y ; will return, log base y of x | |||
}} | |||
==Notes== | ==Notes== | ||
Line 24: | Line 28: | ||
*Link to TES4 Construction Set Wiki: [http://cs.elderscrolls.com/constwiki/index.php/Acos Acos (OBSE function)] | *Link to TES4 Construction Set Wiki: [http://cs.elderscrolls.com/constwiki/index.php/Acos Acos (OBSE function)] | ||
*Link to TES4 Construction Set Wiki: [http://cs.elderscrolls.com/constwiki/index.php/Cos Cos (OBSE function)] | *Link to TES4 Construction Set Wiki: [http://cs.elderscrolls.com/constwiki/index.php/Cos Cos (OBSE function)] | ||
[[Category:Functions]] | [[Category:Functions]] |