summaryrefslogtreecommitdiff
path: root/gnu/packages/maths.scm
diff options
context:
space:
mode:
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 9f10933a64..86643b3ae3 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/")))