Mainly for Ralf... ------------------------------------------------------------------ https://github.com/fricas/fricas/blob/master/src/doc/htex/ug06.htex#L894 REPLACE: What is the value for \spad{n = 7}? BY: What is the value for \spad{n = 3}? MOTIVATION: The line below contains facto(3)
------------------------------------------------------------------ https://github.com/fricas/fricas/blob/master/src/doc/htex/ug06.htex#L1218 REPLACE: Use no list of names or ``all'' when you want to define the default BY: Use no list of names when you want to define the default MOTIVATION: IIUC, the original sentence suggests that the syntax is )set functions cache (0|<n>|all) [f...|all] while a test shows that the syntax is )set functions cache (0|<n>|all) [f...] Eg: the trailing ``all`` is interpreted as a function. (1) -> )set functions cache 0 all Caching for function all is turned off (1) -> )set functions cache 3 all function all will cache the last 3 values. (1) -> )set functions cache all all function all will cache all values. (1) -> )set functions cache all f function f will cache all values. If I'm missing another more meaningful interpretation, I would say that the statement should be rewritten to be unambiguous. ------------------------------------------------------------------ -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/fricas-devel. For more options, visit https://groups.google.com/d/optout.
