Difference between revisions of "Log"

88 bytes added ,  09:10, 12 January 2011
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:
=='''Description'''==
{{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''' When given a number will return the natural log of that number. Alternatively, a base can be defined by a second number.
  log x y ; will return, log base y of x
 
}}
=='''Syntax'''==
 
  log x    ''will return ln x''
 
  log x y ''will return log base y of x.''
 
==Examples==
None, yet.


==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)]
=='''Reference'''==
None, yet.


[[Category:Functions]]
[[Category:Functions]]
Anonymous user