Re: [Scilab-users] log10 doesn't support hyperarrays

2020-01-21 Thread Federico Miyara
Stéphane, Thanks. Federico On 21/01/2020 06:14, Stéphane Mottelet wrote: Hi Frederico, You are right, we have to (and will) fix this before the release S. Le 21/01/2020 à 09:41, Federico Miyara a écrit : Dear all, I've noticed that log10 doesn't support hyperarrays, while log (natural

Re: [Scilab-users] log10 doesn't support hyperarrays

2020-01-21 Thread Stéphane Mottelet
Hi Frederico, You are right, we have to (and will) fix this before the release S. Le 21/01/2020 à 09:41, Federico Miyara a écrit : Dear all, I've noticed that log10 doesn't support hyperarrays, while log (natural logrithm) does (even if the documantation in both cases says they are applica

[Scilab-users] log10 doesn't support hyperarrays

2020-01-21 Thread Federico Miyara
Dear all, I've noticed that log10 doesn't support hyperarrays, while log (natural logrithm) does (even if the documantation in both cases says they are applicable to vectors and matrices: a = rand(3,2,2); b = log(a) c = log10(a) d = log(a)/log(10) --> b = log(a)  b  = (:,:,1)   -0.6847401