--- /home/jamatos/.local/share/octave/linear-algebra-2.2.3/funm.m 2019-12-30 09:36:33.492202567 +0000 +++ funm.m 2019-12-30 10:11:34.887731411 +0000 @@ -26,9 +26,6 @@ ## can be very inaccurate @emph{without any warning}. For easy diagonizable and ## stable matrices results of funm will be sufficiently accurate. ## -## Note that you should not use funm for 'sqrt', 'log' or 'exp'; instead -## use sqrtm, logm and expm as these are more robust. -## ## Examples: ## ## @example @@ -55,6 +52,7 @@ "cosh", "sinh", "tanh", "sech", "csch", "coth", ... "acos", "asin", "atan", "asec", "acsc", "acot", ... "acosh", "asinh", "atanh", "asech", "acsch", "acoth", ... + "exp", "log", "sqrt", ... }