For my map I want to set a variable to this function:
((log(0.5X+5))^4.5)+1
My problem is converting it in the GUI of the editor.
When looking for math I can only find a logarithm with the base of 2 (Log2) but I need a logarithm with the base of 10.
Any input on how I could get this function to work?
For my map I want to set a variable to this function:
((log(0.5X+5))^4.5)+1
My problem is converting it in the GUI of the editor. When looking for math I can only find a logarithm with the base of 2 (Log2) but I need a logarithm with the base of 10. Any input on how I could get this function to work?
@Zer0kx: Go
Yes, using math :D
log_b(x) = log_a(x) / log_a(b)
In other words, logarithm functions differ only by a constant factor
Thanks for the help.
can be closed