Login

Fancade Wiki

Updated Logarithm.md (markdown)

... ...
@@ -10,10 +10,12 @@ Outputs
10 10
- Logarithm: The Exponent in the (Base ^ Exponent = Number)
11 11
12 12
## Notes
13
Logarithm is used as an inverse function for the function [[Power]] , this function is most commonly use for pathfinding AI's such as Board game AI's. If you managed to learn how to make an AI , this function will be surely handy for you!
13
Logarithm is used as an inverse function for the function [[Power]]. This function is most commonly used for board game AIs. If you manage to learn how to make an AI, this function will be surely handy for you!
14 14
15 15
## Examples
16
If you're looking for examples , surely all examples for this is complex , logarithm is such advanced function to be common in simple games. But if you really want to see how it can be used , one most common example is "Sounak9434's" **MCTS Engine** , its a type of AI used for board games.
16
If you're looking for examples, surely all examples for this is complex. The simplest example is that you can compute a number's length by plugging 10 into the base and flooring it, and finally by adding 1.
17 17
18
- Logarithm is used in the MCTS engine as a function to find the best possible moves the AI can execute in the set of given possible moves and the players possible moves in the game.
19
- ***MCTS Engine*** is made before the logarithm function is implemented , the logarithm function used in the MCTS engine is a custom script made by our great "Potato-Chan" one of the best scripter we have here!
18
Logarithm is such an advanced function to be common in simple games. But if you really want to see how it can be used, one example is Sounak9434's [*MCTS Engine*](https://fancade.page.link/1H1v), a type of AI used for board games.
19
20
- Logarithm is used in the MCTS Engine as a function to find the best possible moves the AI can execute in the set of given possible moves and the players possible moves in the game.
21
- *MCTS Engine* is made before the logarithm function is implemented. The function that was used before in the MCTS engine is a custom script made by PotatoChan
Fancade Wiki