[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Axiom-mail] Crashes axiom
From: |
Vanuxem Grégory |
Subject: |
Re: [Axiom-mail] Crashes axiom |
Date: |
Tue, 28 Mar 2006 01:30:19 +0200 |
Hi,
Le lundi 20 mars 2006 à 14:13 -0600, Donald J Bindner a écrit :
> This crashes my Axiom, under Debian Sarge.
> Version: Axiom 3.0 Beta (February 2005)
> Timestamp: Monday February 21, 2005 at 20:01:15
>
>
> (1) -> f(x) == simpson( y +-> y*x, 0, 1, 1.e-4, 1.e-4, 6, 10 )
> Type: Void
> (2) -> f(2)
> Compiling function f with type PositiveInteger -> Record(value:
> Float,error: Float,totalpts: Integer,success: Boolean)
>
>
It's a well known problem. A temporary workaround is to compile
functions with
)set functions compile on
Cheers,
Greg