Add log10 implementation for double-doubles.
Since log2 and log10 use basically the same natural log implementation, factor that out the common part into its own routine.
Loading
Please register or sign in to comment
Since log2 and log10 use basically the same natural log implementation, factor that out the common part into its own routine.