71
edits
(Created page with "Category:Scripting Category:Papyrus Category:SKSE '''SKSE Member of:''' Math Script Returns natural logarithm of passed argument as float value. == Syntax ==...") |
m (→Examples) |
||
Line 19: | Line 19: | ||
== Examples == | == Examples == | ||
<source lang="papyrus"> | <source lang="papyrus"> | ||
float lnNum = Math.Log(5,89) ; lnNum | float lnNum = Math.Log(5,89) ; lnNum ≈ 1,77325... | ||
</source> | </source> | ||
edits