bugAxiom Computer Algebra System - Bugs: bug #6490, when is broken

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #6490: when is broken

Submitter:  Tim Daly <axiom>
Submitted:  Wed 12 Nov 2003 03:36:01 AM UTC
   
 
Category:  interpreter Severity:  3 - Normal
Item Group:  code bug Status:  transferred
Privacy:  Public Assigned to:  axiom
Originator Name:  Tim Daly Open/Closed:  Open
Release:  20031110 Reproducibility:  None
Fixed Release: 
Error message: 

There are no library operations named when

Example of code trigerring the bug: 

ch : Integer -> UnivariatePolynomial(x,FRAC(INT))
ch(0) == 1
ch(1) == x
ch(n) == 2 x ch(n-1) - ch(n-2) when n > 1
ch(2)

Internal cause: 

The parser is broken

Wed 12 Nov 2003 03:36:01 AM UTC, original submission:  

The NAG interpreter and the Axiom interpreter do not
accept the when and otherwise verbs when defining
piecewise functions.

Tim Daly <axiom>
Group administrator

 

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

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

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.

 

Follows 1 latest change.

Date Changed by Updated Field Previous Value => Replaced by
2005-01-21 billpage1 StatusNone transferred

Back to the top

Powered by Savane 3.13-758e.
Corresponding source code