Good morning to all.

I am having a look at the spec_to_UPS routine around lines 723 to 770.

The code is

            if (ei_ci_chi or nm = 'dilog) and ord = 0 and
                 (ord := order(ups, 1::Expon)) > 0 then return

[ some other stuff]

            else if ord < 0 then return

[some more stuff]

            else if ord = 0 and nm = 'dilog then
[some final stuff which could get executed]


On the basis of the above, [some other stuff] and [some more stuff] can
never be executed. Is this correct?

regards to all

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/fricas-devel/CAEnaMTH8fkgVp6-afnHnfQFjpEPQX8e4zjiue1VTH2MsDBzaqg%40mail.gmail.com.

Reply via email to