Closed 00001H closed 1 year ago
Add support for log2(x), log10(x), PROBABLY loge(x)(though it might be tricky), and then implement log(a,b) using the formula log_a(b) = log2(b)/log2(a)
log2(x)
log10(x)
loge(x)
log(a,b)
log_a(b) = log2(b)/log2(a)
Add support for
log2(x)
,log10(x)
, PROBABLYloge(x)
(though it might be tricky), and then implementlog(a,b)
using the formulalog_a(b) = log2(b)/log2(a)