excellerate
v0.4.0
Search documentation of excellerate
Default
Default
In-browser search
Settings
ExCellerate.
Functions.
Math.
Log
(excellerate v0.4.0)
Copy Markdown
View Source
Returns the logarithm of a value in the specified base.
Examples
log
(
8
,
2
)
→
3.0
log
(
100
,
10
)
→
2.0