A related small patch for mkfunc.spad, generating CL
code for "asin","acos":
diff --git a/src/algebra/mkfunc.spad b/src/algebra/mkfunc.spad
index 963e4727..d27525b8 100644
--- a/src/algebra/mkfunc.spad
+++ b/src/algebra/mkfunc.spad
@@ -426,7 +426,7 @@
ll := u::List(INF)
streqlist?(op, ["+","*","/","-"]) => convert(concat(op, ll))@INF
streq?(op, "^") => gencode("EXPT", ll)
- streqlist?(op, ["exp","sin","cos","tan","atan",
+ streqlist?(op, ["exp","sin","cos","tan","atan","asin","acos",
"log", "sinh","cosh","tanh","asinh","acosh","atanh","sqrt"]) =>
gencode(upperCase string symbol op, ll)
streq?(op, "nthRoot") =>
--
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.