Custom Query (1030 matches)
Results (379 - 381 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #23 | fixed | Install Trac 'Tag' Plugin | ||
| Description |
It would be helpful to associate various elements of the new Trac wiki by assigning tags to them, as supported by the Trac plugin: |
|||
| #545 | fixed | Instances of gui:ns-lisp-string don't print properly | ||
| Description |
The contents of an instance of gui:ns-lisp-string always prints as the empty string. This seems to be because gui:ns-lisp-strings answer NIL to initialized-nsobject-p, which results in their nsobject-description being the empty string. Probably should change the nsobject-description of uninitialized objects to "[uninitialized]" or something like that while you're at it. |
|||
| #1059 | fixed | Intermediate overflow in math functions | ||
| Description |
I wrote some code to exercise CCL's math functions and found that there were cases where intermediate computations were causing floating point overflows. Functions affected are exp, tan, atan, tanh and atanh: exp: fails for very large negative real rationals. tanh: fails for complex arguments with very large real parts. atanh: fails for numbers of the form 1 + iy for very small y. tan and atan: analogous failures as for tanh and atanh. I'm attaching (i) the code to exercise the functions (you just load it into Lisp) and (ii) a file of patches that fix the issues. (Apart from the exp issue, these are present in the fix to 869 - sorry.) |
|||
