Skip to content
Snippets Groups Projects
Commit 31f691c9 authored by Raymond Toy's avatar Raymond Toy
Browse files

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.
parent ea433981
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment