bugLiberty Eiffel - Bugs: bug #39196, Does FLOAT.infix "^"...

 
 

bug #39196: Does FLOAT.infix "^" belong to NUMERIC?

Submitter:  Cyril Adrian <cadrian>
Submitted:  Fri 07 Jun 2013 11:53:13 AM UTC
   
 
Category:  Kernel libraries Severity:  1 - Wish
Priority:  * 3 - Low Status:  Postponed
Assigned to:  Tybor Open/Closed:  Open
Release:  None Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 09 Aug 2013 12:08:27 PM UTC, comment #1: 

indeed, in ELKS it is defined as NUMERIC:



    infix "^" (other: NUMERIC): NUMERIC

    -- Current object to the power other

        require

    other_exists: other /= Void;
    good_exponent: exponentiable (other)

        deferred
        ensure

    result_exists: Result /= Void



Hans

- <_92048>
Fri 07 Jun 2013 11:53:13 AM UTC, original submission:  

https://github.com/LibertyEiffel/Liberty/issues/12

Currently infix "^", aka exponential with integer exponent belong to FLOAT.

Shouldn't it belong to NUMERIC instead?

Cyril Adrian <cadrian>
Group administrator

 

(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 Tybor (Updated the item)
  • -email is unavailable- added by cadrian (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
    2016-04-15 Tybor StatusNone Postponed
        Assigned toNone Tybor
    2013-08-05 cadrian Priority5 - Normal 3 - Low

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code