axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Axiom-developer] overwriting only few funtions in a package.


From: Martin Rubey
Subject: Re: [Axiom-developer] overwriting only few funtions in a package.
Date: 18 Nov 2006 20:37:18 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4

Francois Maltey <address@hidden> writes:

> Hello, 
> 
> 1/ Can I overwrite only few functions in a package ?
> 
> I want to keep exposed the built-in function 
>   removeSinSq $ TranscendentalManipulations (Integer, Expression Interger)
> and use my own function in my own package :
>   expand $ UsualExpand (Integer, Expression Interger)
> 
> Is it possible ?

This might be possible saying

UsualExpand(R, F) == TranscendentalManipulations(R, F) add

    expand(...) == ...

but I didn't try.



Martin





reply via email to

[Prev in Thread] Current Thread [Next in Thread]