Le lun. 2 nov. 2020 à 15:25, Ralf Hemmecke a écrit :
>
> >> Don't worry Gregory, that was a hint for me to add it to
> >> fricas.github.io (which I will gladly do).
> >
> > Ok, thanks. You know I'm still living in the world of CVS and unified
> > patch... Shame on me...
>
> Uih... that will be a s
On Mon, Nov 2, 2020 at 1:28 PM Ralf Hemmecke wrote:
>
> >> Great, I've installed and tested - works perfectly (even system and
> >> history :)
> >> Couldn't this be added to a "release" tab on github/fricas?
> >
> > I don't know what you mean here, I am not fluent with GitHub in fact,
> > I know
>> Don't worry Gregory, that was a hint for me to add it to
>> fricas.github.io (which I will gladly do).
>
> Ok, thanks. You know I'm still living in the world of CVS and unified
> patch... Shame on me...
Uih... that will be a shock for you to use git. But it is really worth
it. git is not githu
Hi,
Le lun. 2 nov. 2020 à 14:28, Ralf Hemmecke a écrit :
>
> >> Great, I've installed and tested - works perfectly (even system and
> >> history :)
> >> Couldn't this be added to a "release" tab on github/fricas?
> >
> > I don't know what you mean here, I am not fluent with GitHub in fact,
> > I
Hello Dima,
Le dim. 1 nov. 2020 à 18:38, Dima Pasechnik a écrit :
>
>
>
> On Sun, Nov 1, 2020 at 5:20 PM Kurt Pagani wrote:
>>
>> Hi Grégory
>>
>> Great, I've installed and tested - works perfectly (even system and history
>> :)
>> Couldn't this be added to a "release" tab on github/fricas?
>>
>> Great, I've installed and tested - works perfectly (even system and history
>> :)
>> Couldn't this be added to a "release" tab on github/fricas?
>
> I don't know what you mean here, I am not fluent with GitHub in fact,
> I know only the basis.
Don't worry Gregory, that was a hint for me to ad
Hello Kurt,
Le dim. 1 nov. 2020 à 18:20, Kurt Pagani a écrit :
>
> Hi Grégory
>
> Great, I've installed and tested - works perfectly (even system and history :)
> Couldn't this be added to a "release" tab on github/fricas?
I don't know what you mean here, I am not fluent with GitHub in fact,
I k
As a follow-up, anonymous recursive functions in Axiom are described at:
https://rosettacode.org/wiki/Anonymous_recursion#Axiom
For the example:
lab1method2(x: D, a: D, n: N): Float ==
zero? n => a.1
n = 1 => a.2
n = 2 => a.3
c := vect