log
(
base raised to x
,
base
)
x
Type:
For any units
u
(
Number
{
u
}
,
Number
)
->
Number
Takes the logarithm of the first number, using the second number as the base.
Examples
Click an example to insert it
log
(
100, 10
)
→
2
log
(
256, 2
)
→
8
log
(
53252, 10
)
→
4.726 ± 0.001