|
------------------------------------------------------------
(new) when is broken --Bill Page, Thu, 20 Jan 2005 23:24:40 -0600
This is an automated notification sent by Savannah.
It relates to:
bugs #6490, project Axiom Computer Algebra System
==============================================================================
LATEST MODIFICATIONS of bugs #6490:
==============================================================================
Posted by: Bill Page <billpage1>
Posted on: 2005-01-21 05:24 (Canada/Eastern)
_______________________________________________________
Status: None -> transferred
==============================================================================
OVERVIEW of bugs #6490:
==============================================================================
URL:
<http://savannah.nongnu.org/bugs/?func=detailitem&item_id=6490>
Summary: when is broken
Project: Axiom Computer Algebra System
Submitted by: axiom
Submitted on: Wed 11/12/2003 at 03:36
Category: interpreter
Severity: 5 - Average
Item Group: code bug
Status: transferred
Privacy: Public
Assigned to: axiom
Originator Name: Tim Daly
Originator Email: daly@idsi.net
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
_______________________________________________________
The NAG interpreter and the Axiom interpreter do not
accept the when and otherwise verbs when defining
piecewise functions.
==============================================================================
This item URL is:
<http://savannah.nongnu.org/bugs/?func=detailitem&item_id=6490>
_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/
Duplicate with #43 --kratt6, Wed, 13 Jul 2005 04:33:38 -0500
Category: => Axiom Interpreter
Status: => duplicate
|