Commit 2022-02-01 00:08 b52cb02c
View on Github →feat(analysis/special_functions/{log, pow}): add log_base (#11246)
Adds real.logb
, the log base b
of x
, defined as log x / log b
. Proves that this is related to real.rpow
.
feat(analysis/special_functions/{log, pow}): add log_base (#11246)
Adds real.logb
, the log base b
of x
, defined as log x / log b
. Proves that this is related to real.rpow
.