-
- Downloads
Fix error in computation (log number base) where one of the args is a
double-double. * src/code/irrat.lisp: * For the following two cases, cmucl generated an error instead of computing the log * Base is a double-double but number is not. * Number is a double-double but base is not. * tests/irrat.lisp: * Add some tests for log2 and log10.
Loading
Please register or sign in to comment