From: Gunter Kön. <pet...@us...> - 2016-06-22 07:03:40
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Maxima CAS". The branch, master has been updated via 7310a179bd7b4bef53d493fa7fd869bd16182634 (commit) from f73f6b5c87c71d533b740f0e684afb1770c40da7 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 7310a179bd7b4bef53d493fa7fd869bd16182634 Author: Gunter Königsmann <gu...@pe...> Date: Wed Jun 22 09:02:29 2016 +0200 A cross-reference from abs to cabs. wxMaxima sometimes gets bug reports that can be resolved by replacing abs by cabs and this might spread awareness that both functions exist. One example I've sent to the mailing list: f(x):=abs(x+%i)^2; plot2d(realpart(f(x)),[x,-1,1]); diff --git a/doc/info/MathFunctions.texi b/doc/info/MathFunctions.texi index 56c31c4..4cb4a2c 100644 --- a/doc/info/MathFunctions.texi +++ b/doc/info/MathFunctions.texi @@ -31,6 +31,8 @@ When applied to a list or matrix, @code{abs} automatically distributes over the terms. Similarly, it distributes over both sides of an equation. To alter this behaviour, see the variable @mrefdot{distribute_over} +See also @mrefdot{cabs} + Examples: Calculation of @code{abs} for real and complex numbers, including numerical ----------------------------------------------------------------------- Summary of changes: doc/info/MathFunctions.texi | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) hooks/post-receive -- Maxima CAS |