diff options
author | Mark H Weaver <mhw@netris.org> | 2016-07-29 14:18:07 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2016-07-29 14:18:07 -0400 |
commit | 0bab3af0786ffd4caec05a29d7281ac5e5c18b6b (patch) | |
tree | d83fd52d0cb72b3a9c21642583d804c8c1865646 /gnu/packages/maths.scm | |
parent | 49d725a108dc33f4eb72faff7cf138c5dd8c64f4 (diff) | |
parent | 682a7d23385f709a680049a823bb84e45c922b3c (diff) | |
download | patches-0bab3af0786ffd4caec05a29d7281ac5e5c18b6b.tar patches-0bab3af0786ffd4caec05a29d7281ac5e5c18b6b.tar.gz |
Merge branch 'master' into core-updates
Diffstat (limited to 'gnu/packages/maths.scm')
-rw-r--r-- | gnu/packages/maths.scm | 9 |
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/"))) |