La recherche a retourné 2 résultats

par symphorien
sam. déc. 08, 2018 7:58 pm
Forum : Giac
Sujet : signal processing commands
Réponses : 36
Vues : 16374

Re: signal processing commands

When building giac 1.5.0-21 with libsamplerate 0.1.9 and gcc 7.3 I get this error: signalprocessing.cc: In function 'giac::gen giac::_resample(const giac::gen&, const giac::context*)': signalprocessing.cc:637:77: error: assignment of read-only location '*(data.SRC_DATA::data_in + ((sizetype)(((long ...
par symphorien
ven. déc. 07, 2018 10:50 am
Forum : Bugs
Sujet : Instruction sequence display in giac 1.5.0-21
Réponses : 1
Vues : 1842

Instruction sequence display in giac 1.5.0-21

Hello, I recently tried to upgrade from xcas 1.4.9-59 to xcas 1.5.0-21. It broke sage tests because of a change in the display of instruction sequences: In giac 1.4.9-59 0>> f(x) := { print(x); 2*x; } (x)->{ print(x); 2*x; } 1>> f(2) x:2 4 2>> norm(f(2)) x:2 4 instruction sequences are displayed as ...