summaryrefslogtreecommitdiff
path: root/gnu/packages/maths.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2016-07-29 10:13:12 +0200
committerLudovic Courtès <ludo@gnu.org>2016-07-29 10:13:12 +0200
commita3947cb1b8c471a04abb785b830da661b197aaae (patch)
tree917e3c3531a66d0f0806506df4809290d7d263ec /gnu/packages/maths.scm
parentc777570b5783b76b3c846e324048cbfbcac39166 (diff)
gnu: Sync GNU descriptions with upstream.
From 'guix lint -c gnu-description'. * gnu/packages/gnunet.scm (gnunet): Adjust description. * gnu/packages/marst.scm (marst): Likewise. * gnu/packages/maths.scm (c-graph): Likewise. * gnu/packages/networking.scm (macchanger): Likewise.
Diffstat (limited to 'gnu/packages/maths.scm')
-rw-r--r--gnu/packages/maths.scm9
1 files changed, 6 insertions, 3 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index ad7d0e22ee..5560d4e84f 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -102,10 +102,13 @@
(build-system gnu-build-system)
(inputs
`(("fortran" ,gfortran)))
- (synopsis "Visualize and analyze convolution operations")
+ (synopsis "Visualizing and demonstrating convolution")
(description
- "GNU C-Graph demonstrates the theory of convolution underlying
-engineering systems and signal analysis.")
+ "GNU C-Graph is a tool for demonstrating the theory of convolution.
+Thus, it can serve as an excellent aid to students of signal and systems
+theory in visualizing the convolution process. Rather than forcing the
+student to write code, the program offers an intuitive interface with
+interactive dialogs to guide them.")
(license license:gpl3+)
(home-page "http://www.gnu.org/software/c-graph/")))