Logarithm
Outputs the logarithm of a number by a given base.
Logarithm
  | Type | Script block | 
| Collider | None | 
| Folder | Math | 
| Ports | |
|---|---|
| Inputs |  Number Base  | 
| Outputs |  Logarithm | 
Logarithm is a number such that Base ^ Exponent = Base
Notes
Examples
- You can compute a number's length by plugging 10 into the base, then flooring it and adding 1.