<div id="comment:0"></div> Log of integer to base 1/n can have nonsymbolic results but this is not recognized in `Integer::log()`: ``` sage: ZZ(8).log(1/2) log(8)/log(1/2) ``` nor in `Integer.exact_log()`: ``` sage: ZZ(8).exact_log(1/2) ... TypeError: no conversion of this rational to integer ``` Component: **numerical** Author: **Ralf Stephan** Branch/Commit: **[`4aba8a9`](https://github.com/sagemath/sagetrac-mirror/commit/4aba8a99c827b6ca3088c5703a98bb0b0c1271e9)** Reviewer: **Travis Scrimshaw** _Issue created by migration from https://trac.sagemath.org/ticket/21517_