bugKawa - Bugs: bug #37610, Logarithm's description

 
 

bug #37610: Logarithm's description

Submitter:  Alex Moiseenko <imdagger>
Submitted:  Mon 22 Oct 2012 11:28:55 AM UTC
   
 
Category:  Scheme library Severity:  3 - Normal
Item Group:  Documentation typo/error Status:  Fixed
Privacy:  Public Assigned to:  bothner
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Sat 03 Nov 2012 11:23:35 PM UTC, comment #2: 

Looks like 2-argument version of log will be in R7RS after all.
Therefore I checked in an implementation of that into Kawa, and reverted the documentation change.

Per Bothner <bothner>
Group administrator
Sat 03 Nov 2012 05:22:07 AM UTC, comment #1: 

Thanks!  This was documentation that was taken from R6RS, but never implemented in Kawa.  (Nor is it in R7RS so far.)

I checked in the fix; the web page will be updated for the next release.

Per Bothner <bothner>
Group administrator
Mon 22 Oct 2012 11:28:55 AM UTC, original submission:  

"log z1 z2" line from http://www.gnu.org/software/kawa/Arithmetic-operations.html

but according to the lib/numbers.scm Kawa has only:
(define (log (x :: <complex>)) :: <complex>
  (invoke x 'log))

Alex Moiseenko <imdagger>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by bothner (Posted a comment)
  • -email is unavailable- added by imdagger (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2012-11-03 bothner StatusNone Fixed
        Assigned toNone bothner
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-4b48.
    Corresponding source code